Skip to content

Commit e9b66b7

Browse files
chore(deps): Update dependencies
1 parent 7183acc commit e9b66b7

10 files changed

Lines changed: 4757 additions & 2373 deletions

File tree

Cargo.Bazel.lock

Lines changed: 4388 additions & 2028 deletions
Large diffs are not rendered by default.

Cargo.lock

Lines changed: 340 additions & 316 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
4444
ahash = "0.8.12"
45-
anyhow = "1.0.98"
45+
anyhow = "1.0.99"
4646
async-recursion = "1.1.1"
47-
async-trait = "0.1.88"
47+
async-trait = "0.1.89"
4848
axum-otel-metrics = "0.10.0"
4949
axum = "0.8.4"
5050
backoff = { 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"] }
5454
clap-num = "1.2"
5555
clap = { 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"
6868
colored = "2.2.0"
69-
comfy-table = "7.1.4"
69+
comfy-table = "7.2.0"
7070
assert_cmd = "2.0.17"
7171
crossbeam = "0.8.4"
7272
crossbeam-channel = "0.5.15"
@@ -144,12 +144,12 @@ ic-metrics-encoder = "1.1.1"
144144
ic-transport-types = "0.39.3"
145145
ic-utils = "0.39.3"
146146
itertools = "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
] }
151151
lazy_static = "1.5.0"
152-
log = "0.4.27"
152+
log = "0.4.28"
153153
lru = "0.12.5"
154154
num-traits = "0.2"
155155
opentelemetry = { version = "0.28", features = ["metrics"] }
@@ -162,9 +162,9 @@ prometheus-http-query = { version = "0.8.3", default-features = false, features
162162
] }
163163
prometheus = { version = "0.13.4", features = ["process"] }
164164
prost = "0.13"
165-
rand = { version = "0.9.1", features = ["std_rng"] }
165+
rand = { version = "0.9.2", features = ["std_rng"] }
166166
rand_seeder = "0.3.0"
167-
regex = "1.11.1"
167+
regex = "1.11.2"
168168
registry-canister = { git = "https://github.com/dfinity/ic.git", rev = "ebed5d4228b71477738316ae3d5274672eae369e" }
169169
reqwest = { version = "0.12", default-features = false, features = [
170170
"rustls-tls-webpki-roots",
@@ -175,15 +175,15 @@ rstest = { version = "0.23.0", default-features = false }
175175
rust_decimal = "1.37.2"
176176
rust_decimal_macros = "1.37.1"
177177
serde = { 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
] }
181181
serde_yaml = "0.9.34"
182182
shlex = "1.3.0"
183183
sha2 = "0.10.9"
184184
simple_asn1 = "0.6.3"
185185
slog-async = { version = "2.8.0", features = ["nested-values"] }
186-
slog-term = "2.9.1"
186+
slog-term = "2.9.2"
187187
slog = { version = "2.7.0", features = [
188188
"max_level_trace",
189189
"nested-values",
@@ -195,12 +195,12 @@ strum = { version = "0.26.3", features = ["derive"] }
195195
strum_macros = "0.26.4"
196196
tabled = "0.18.0"
197197
tabular = "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"
204204
human_bytes = "0.4"
205205
mockall = "0.13.1"
206206

@@ -214,7 +214,7 @@ rewards-calculation = { path = "rs/dre-canisters/node-provider-rewards/rewards-c
214214
node-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!)

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ http_file(
152152

153153
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
154154

155-
IC_REPO_VERSION = "2f87fe95207dc6371a2f2dc273362ba03b41e0e9"
155+
IC_REPO_VERSION = "b7da3ffe9d2d749012cbc18e530183d84ceff660"
156156

157157
http_archive(
158158
name = "ic_repo",

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ENV CARGO_HOME=/cargo
7676
COPY docker /docker
7777

7878
# Download ic-admin
79-
ARG ic_git_revision=2f87fe95207dc6371a2f2dc273362ba03b41e0e9
79+
ARG ic_git_revision=b7da3ffe9d2d749012cbc18e530183d84ceff660
8080
RUN curl --fail https://download.dfinity.systems/ic/${ic_git_revision}/release/ic-admin.gz -o - | gunzip -c >| /usr/bin/ic-admin && \
8181
chmod +x /usr/bin/ic-admin
8282

ic-revisions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"https://github.com/dfinity/ic.git": {
3-
"commit": "2f87fe95207dc6371a2f2dc273362ba03b41e0e9",
3+
"commit": "b7da3ffe9d2d749012cbc18e530183d84ceff660",
44
"ref": "refs/heads/master"
55
},
66
"https://github.com/dfinity/cdk-rs.git": {
7-
"commit": "5756c1d3b44d5957e5d18264dceeacbb88527d04",
7+
"commit": "fe65b6d1a22d8becf02a33dc33798930e6ac3905",
88
"ref": "refs/heads/main"
99
}
1010
}

pylib/ic_admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ def canister_version(agent: Agent, canister_principal: str) -> str:
152152

153153
if __name__ == "__main__":
154154
# One can run some simple one-off tests here, e.g.:
155-
ic_admin = IcAdmin("https://ic0.app", git_revision="2f87fe95207dc6371a2f2dc273362ba03b41e0e9")
155+
ic_admin = IcAdmin("https://ic0.app", git_revision="b7da3ffe9d2d749012cbc18e530183d84ceff660")
156156

157157
print(ic_admin.get_subnet_replica_versions())

rs/dre-canisters/node-provider-rewards/canister/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212

1313
[dependencies]
1414
async-trait = { workspace = true }
15-
chrono = { version = "0.4.41", default-features = false, features = [] }
15+
chrono = { version = "0.4.42", default-features = false, features = [] }
1616
ic-http-types = { workspace = true }
1717
ic-cdk = { workspace = true }
1818
ic-cdk-timers = { workspace = true }

rs/dre-canisters/node-provider-rewards/canister/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ candid = { workspace = true }
1616
serde = { workspace = true }
1717

1818
itertools = { workspace = true }
19-
chrono = { version = "0.4.41", default-features = false, features = [
19+
chrono = { version = "0.4.42", default-features = false, features = [
2020
"alloc",
2121
"clock",
2222
"serde",

rs/dre-canisters/node-provider-rewards/rewards-calculation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust_decimal_macros = { workspace = true }
1717
ic-protobuf = { workspace = true }
1818

1919
[dev-dependencies]
20-
chrono = { version = "0.4.41", default-features = false, features = [
20+
chrono = { version = "0.4.42", default-features = false, features = [
2121
"alloc",
2222
"clock",
2323
"serde",

0 commit comments

Comments
 (0)