@@ -40,17 +40,17 @@ actix-web = { version = "4.11.0", default-features = false, features = [
4040 " compress-gzip" ,
4141 " macros" ,
4242] }
43- actix-rt = " 2.10 .0"
43+ actix-rt = " 2.11 .0"
4444ahash = " 0.8.12"
45- anyhow = " 1.0.98 "
45+ anyhow = " 1.0.99 "
4646async-recursion = " 1.1.1"
47- async-trait = " 0.1.88 "
47+ async-trait = " 0.1.89 "
4848axum-otel-metrics = " 0.10.0"
4949axum = " 0.8.4"
5050backoff = { version = " 0.4.0" , features = [" tokio" ] }
51- backon = " 1.5.1 "
52- candid = " 0.10.14 "
53- chrono = { version = " 0.4.41 " , features = [" serde" ] }
51+ backon = " 1.5.2 "
52+ candid = " 0.10.18 "
53+ chrono = { version = " 0.4.42 " , features = [" serde" ] }
5454clap-num = " 1.2"
5555clap = { version = " 4.5" , features = [
5656 " derive" ,
@@ -64,9 +64,9 @@ clap = { version = "4.5", features = [
6464 " string" ,
6565 " cargo" ,
6666] }
67- clap_complete = " 4.5.54 "
67+ clap_complete = " 4.5.57 "
6868colored = " 2.2.0"
69- comfy-table = " 7.1.4 "
69+ comfy-table = " 7.2.0 "
7070assert_cmd = " 2.0.17"
7171crossbeam = " 0.8.4"
7272crossbeam-channel = " 0.5.15"
@@ -144,12 +144,12 @@ ic-metrics-encoder = "1.1.1"
144144ic-transport-types = " 0.39.3"
145145ic-utils = " 0.39.3"
146146itertools = " 0.13.0"
147- keyring = { version = " 3.6.2 " , features = [
147+ keyring = { version = " 3.6.3 " , features = [
148148 " apple-native" ,
149149 " sync-secret-service" ,
150150] }
151151lazy_static = " 1.5.0"
152- log = " 0.4.27 "
152+ log = " 0.4.28 "
153153lru = " 0.12.5"
154154num-traits = " 0.2"
155155opentelemetry = { version = " 0.28" , features = [" metrics" ] }
@@ -162,9 +162,9 @@ prometheus-http-query = { version = "0.8.3", default-features = false, features
162162] }
163163prometheus = { version = " 0.13.4" , features = [" process" ] }
164164prost = " 0.13"
165- rand = { version = " 0.9.1 " , features = [" std_rng" ] }
165+ rand = { version = " 0.9.2 " , features = [" std_rng" ] }
166166rand_seeder = " 0.3.0"
167- regex = " 1.11.1 "
167+ regex = " 1.11.2 "
168168registry-canister = { git = " https://github.com/dfinity/ic.git" , rev = " ebed5d4228b71477738316ae3d5274672eae369e" }
169169reqwest = { version = " 0.12" , default-features = false , features = [
170170 " rustls-tls-webpki-roots" ,
@@ -175,15 +175,15 @@ rstest = { version = "0.23.0", default-features = false }
175175rust_decimal = " 1.37.2"
176176rust_decimal_macros = " 1.37.1"
177177serde = { version = " 1.0" , features = [" derive" ] }
178- serde_json = { version = " 1.0.140 " , default-features = false , features = [
178+ serde_json = { version = " 1.0.143 " , default-features = false , features = [
179179 " preserve_order" ,
180180] }
181181serde_yaml = " 0.9.34"
182182shlex = " 1.3.0"
183183sha2 = " 0.10.9"
184184simple_asn1 = " 0.6.3"
185185slog-async = { version = " 2.8.0" , features = [" nested-values" ] }
186- slog-term = " 2.9.1 "
186+ slog-term = " 2.9.2 "
187187slog = { version = " 2.7.0" , features = [
188188 " max_level_trace" ,
189189 " nested-values" ,
@@ -195,12 +195,12 @@ strum = { version = "0.26.3", features = ["derive"] }
195195strum_macros = " 0.26.4"
196196tabled = " 0.18.0"
197197tabular = " 0.2"
198- tempfile = " 3.20 .0"
199- thiserror = " 2.0.12 "
200- tokio = { version = " 1.46 .1" , features = [" full" ] }
201- tokio-util = " 0.7.15 "
202- url = " 2.5.4 "
203- wiremock = " 0.6.4 "
198+ tempfile = " 3.22 .0"
199+ thiserror = " 2.0.16 "
200+ tokio = { version = " 1.47 .1" , features = [" full" ] }
201+ tokio-util = " 0.7.16 "
202+ url = " 2.5.7 "
203+ wiremock = " 0.6.5 "
204204human_bytes = " 0.4"
205205mockall = " 0.13.1"
206206
@@ -214,7 +214,7 @@ rewards-calculation = { path = "rs/dre-canisters/node-provider-rewards/rewards-c
214214node-provider-rewards-api = { path = " rs/dre-canisters/node-provider-rewards/canister/api" }
215215
216216# dre-airflow deps, should be replaced with dre-airflow once
217- indexmap = { version = " 2.10.0 " , features = [" serde" ] }
217+ indexmap = { version = " 2.11.1 " , features = [" serde" ] }
218218
219219[profile .release ]
220220# Add debug information to the release build (does NOT reduce the level of optimization!)
0 commit comments