Skip to content

Commit 7708d00

Browse files
committed
chore: upgrade Rust dependencies
1 parent 4dafb0a commit 7708d00

File tree

16 files changed

+49
-49
lines changed

16 files changed

+49
-49
lines changed

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,28 @@ license = "Apache-2.0"
4848
repository = "https://github.com/input-output-hk/mithril/"
4949

5050
[workspace.dependencies]
51-
anyhow = "1.0.99"
51+
anyhow = "1.0.100"
5252
async-recursion = "1.1.1"
5353
async-trait = "0.1.89"
54-
chrono = { version = "0.4.41", features = ["serde"] }
55-
clap = { version = "4.5.47", features = ["derive", "env"] }
56-
config = "0.15.15"
54+
chrono = { version = "0.4.42", features = ["serde"] }
55+
clap = { version = "4.5.49", features = ["derive", "env"] }
56+
config = "0.15.18"
5757
digest = { version = "0.10.7", features = ["alloc"] }
5858
hex = "0.4.3"
5959
mockall = "0.13.1"
60-
rand_chacha = "0.3.1"
61-
rand_core = { version = "0.6.4", features = ["std"] }
60+
rand_chacha = "0.9.0"
61+
rand_core = { version = "0.9.3", features = ["std"] }
6262
rayon = "1.11.0"
63-
reqwest = { version = "0.12.23", default-features = false, features = ["json"] }
64-
semver = "1.0.26"
65-
serde = { version = "1.0.219", features = ["derive", "rc"] }
66-
serde_json = "1.0.143"
67-
slog = "2.7.0"
63+
reqwest = { version = "0.12.24", default-features = false, features = ["json"] }
64+
semver = "1.0.27"
65+
serde = { version = "1.0.228", features = ["derive", "rc"] }
66+
serde_json = "1.0.145"
67+
slog = "2.8.2"
6868
slog-async = "2.8.0"
6969
slog-bunyan = "2.5.0"
7070
slog-term = "2.9.2"
7171
strum = { version = "0.27.2", features = ["derive"] }
72-
thiserror = "2.0.16"
73-
tokio = { version = "1.47.1", features = ["rt", "sync", "time"] }
72+
thiserror = "2.0.17"
73+
tokio = { version = "1.48.0", features = ["rt", "sync", "time"] }
7474
tracing = "0.1.41"
7575
warp = { version = "0.4.2", features = ["server", "websocket"] }

internal/mithril-aggregator-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tokio = { workspace = true }
2727

2828
[dev-dependencies]
2929
http = "1.3.1"
30-
httpmock = "0.7.0"
30+
httpmock = "0.8.1"
3131
mockall = { workspace = true }
3232
slog-async = { workspace = true }
3333
slog-term = { workspace = true }

internal/mithril-dmq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mithril-common = { path = "../../mithril-common" }
2727
pallas-codec = { git = "https://github.com/txpipe/pallas.git", branch = "main" }
2828
pallas-network = { git = "https://github.com/txpipe/pallas.git", branch = "main" }
2929
serde = { workspace = true }
30-
serde_bytes = "0.11.17"
30+
serde_bytes = "0.11.19"
3131
slog = { workspace = true }
3232
slog-scope = "4.4.0"
3333
tokio = { workspace = true, features = ["sync","rt-multi-thread"] }

internal/mithril-doc-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ proc-macro = true
1515
default = []
1616

1717
[dependencies]
18-
quote = "1.0.40"
18+
quote = "1.0.41"
1919
syn = { version = "2.0.106", features = ["full"] }

internal/mithril-doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ mithril-doc-derive = { path = "../mithril-doc-derive" }
1919

2020
[dev-dependencies]
2121
mithril-cli-helper = { path = "../mithril-cli-helper" }
22-
regex = "1.11.2"
22+
regex = "1.12.2"

internal/mithril-metric/Cargo.toml

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

1414
[dependencies]
1515
anyhow = { workspace = true }
16-
axum = "0.8.4"
16+
axum = "0.8.6"
1717
mithril-common = { path = "../../mithril-common" }
1818
paste = "1.0.15"
1919
prometheus = "0.14.0"

internal/mithril-protocol-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { workspace = true }
2626

2727
[dev-dependencies]
2828
http = "1.3.1"
29-
httpmock = "0.7.0"
29+
httpmock = "0.8.1"
3030
mockall = { workspace = true }
3131
slog-async = { workspace = true }
3232
slog-term = { workspace = true }

mithril-aggregator/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ async-trait = { workspace = true }
2222
chrono = { workspace = true }
2323
clap = { workspace = true, features = ["cargo"] }
2424
config = { workspace = true }
25-
flate2 = "1.1.2"
26-
gcloud-kms = { version = "1.2.1", features = ["auth"] }
27-
gcloud-storage = { version = "1.1.0", features = ["auth"] }
25+
flate2 = "1.1.4"
26+
gcloud-kms = { version = "1.3.1", features = ["auth"] }
27+
gcloud-storage = { version = "1.1.1", features = ["auth"] }
2828
hex = { workspace = true }
2929
mithril-cardano-node-chain = { path = "../internal/cardano-node/mithril-cardano-node-chain" }
3030
mithril-cardano-node-internal-database = { path = "../internal/cardano-node/mithril-cardano-node-internal-database" }
@@ -42,7 +42,7 @@ mithril-ticker = { path = "../internal/mithril-ticker" }
4242
paste = "1.0.15"
4343
percent-encoding = "2.3.2"
4444
rayon = { workspace = true }
45-
regex = "1.11.2"
45+
regex = "1.12.2"
4646
reqwest = { workspace = true, features = [
4747
"default",
4848
"gzip",
@@ -76,18 +76,18 @@ zstd = { version = "0.13.3", features = ["zstdmt"] }
7676
tikv-jemallocator = { version = "0.6.0", optional = true }
7777

7878
[dev-dependencies]
79-
axum = { version = "0.8.4", features = ["json"] }
80-
axum-test = "18.0.2"
79+
axum = { version = "0.8.6", features = ["json"] }
80+
axum-test = "18.1.0"
8181
criterion = { version = "0.7.0", features = ["html_reports", "async_tokio"] }
8282
http = "1.3.1"
83-
httpmock = "0.7.0"
83+
httpmock = "0.8.1"
8484
mithril-api-spec = { path = "../internal/tests/mithril-api-spec" }
8585
mithril-common = { path = "../mithril-common", features = ["allow_skip_signer_certification"] }
8686
mithril-test-http-server = { path = "../internal/tests/mithril-test-http-server" }
8787
mockall = { workspace = true }
8888
slog-scope = "4.4.0"
8989
slog-term = { workspace = true }
90-
tempfile = "3.21.0"
90+
tempfile = "3.23.0"
9191
warp = { workspace = true, features = ["test"] }
9292

9393
[[bench]]

mithril-client-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ chrono = { workspace = true }
3131
clap = { workspace = true }
3232
cli-table = "0.5.0"
3333
config = { workspace = true }
34-
flate2 = "1.1.2"
34+
flate2 = "1.1.4"
3535
fs2 = "0.4.3"
3636
futures = "0.3.31"
3737
human_bytes = { version = "0.4.3", features = ["fast"] }
@@ -58,9 +58,9 @@ slog-term = { workspace = true }
5858
tar = "0.4.44"
5959
thiserror = { workspace = true }
6060
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
61-
zip = "4.6.1"
61+
zip = "6.0.0"
6262

6363
[dev-dependencies]
64-
httpmock = "0.7.0"
64+
httpmock = "0.8.1"
6565
mithril-common = { path = "../mithril-common" }
6666
mockall = { workspace = true }

mithril-client-wasm/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ mithril-client = { path = "../mithril-client", default-features = false, feature
3434
serde = { workspace = true }
3535
serde-wasm-bindgen = "0.6.5"
3636
serde_json = { workspace = true }
37-
wasm-bindgen = "0.2.100"
38-
wasm-bindgen-futures = "0.4.50"
39-
web-sys = { version = "0.3.77", features = ["BroadcastChannel", "console", "Storage", "Window"] }
37+
wasm-bindgen = "0.2.104"
38+
wasm-bindgen-futures = "0.4.54"
39+
web-sys = { version = "0.3.81", features = ["BroadcastChannel", "console", "Storage", "Window"] }
4040

4141
[build-dependencies]
4242
mithril-build-script = { path = "../internal/mithril-build-script" }
4343

4444
[dev-dependencies]
45-
wasm-bindgen-test = "0.3.50"
45+
wasm-bindgen-test = "0.3.54"

0 commit comments

Comments
 (0)