Skip to content

Commit 2f642a2

Browse files
committed
chore: upgrade Rust dependencies
1 parent bd80350 commit 2f642a2

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

internal/mithril-persistence/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["lib", "cdylib", "staticlib"]
1414
[dependencies]
1515
anyhow = "1.0.94"
1616
async-trait = "0.1.83"
17-
chrono = { version = "0.4.38", features = ["serde"] }
17+
chrono = { version = "0.4.39", features = ["serde"] }
1818
hex = "0.4.3"
1919
mithril-common = { path = "../../mithril-common", features = ["fs"] }
2020
semver = "1.0.23"
@@ -23,7 +23,7 @@ serde_json = "1.0.133"
2323
sha2 = "0.10.8"
2424
slog = "2.7.0"
2525
sqlite = { version = "0.36.1", features = ["bundled"] }
26-
thiserror = "2.0.4"
26+
thiserror = "2.0.6"
2727
tokio = { version = "1.42.0", features = ["sync"] }
2828

2929
[dev-dependencies]

mithril-aggregator/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ harness = false
2020
[dependencies]
2121
anyhow = "1.0.94"
2222
async-trait = "0.1.83"
23-
chrono = { version = "0.4.38", features = ["serde"] }
23+
chrono = { version = "0.4.39", features = ["serde"] }
2424
clap = { version = "4.5.23", features = ["derive", "env", "cargo"] }
2525
cloud-storage = "0.11.1"
2626
config = "0.14.1"
@@ -49,7 +49,7 @@ slog-async = "2.8.0"
4949
slog-bunyan = "2.5.0"
5050
sqlite = { version = "0.36.1", features = ["bundled"] }
5151
tar = "0.4.43"
52-
thiserror = "2.0.4"
52+
thiserror = "2.0.6"
5353
tokio = { version = "1.42.0", features = ["full"] }
5454
tokio-util = { version = "0.7.13", features = ["codec"] }
5555
typetag = "0.2.18"

mithril-client-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ assets = [["../target/release/mithril-client", "usr/bin/", "755"]]
2424
[dependencies]
2525
anyhow = "1.0.94"
2626
async-trait = "0.1.83"
27-
chrono = { version = "0.4.38", features = ["serde"] }
27+
chrono = { version = "0.4.39", features = ["serde"] }
2828
clap = { version = "4.5.23", features = ["derive", "env"] }
2929
cli-table = "0.4.9"
3030
config = "0.14.1"
@@ -45,7 +45,7 @@ slog = { version = "2.7.0", features = [
4545
slog-async = "2.8.0"
4646
slog-bunyan = "2.5.0"
4747
slog-term = "2.9.1"
48-
thiserror = "2.0.4"
48+
thiserror = "2.0.6"
4949
tokio = { version = "1.42.0", features = ["full"] }
5050

5151
[dev-dependencies]

mithril-client-wasm/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ futures = "0.3.31"
1818
mithril-client = { path = "../mithril-client", features = ["unstable"] }
1919
serde = { version = "1.0.215", features = ["derive"] }
2020
serde-wasm-bindgen = "0.6.5"
21-
wasm-bindgen = "0.2.97"
22-
wasm-bindgen-futures = "0.4.47"
23-
web-sys = { version = "0.3.74", features = ["BroadcastChannel"] }
21+
wasm-bindgen = "0.2.99"
22+
wasm-bindgen-futures = "0.4.49"
23+
web-sys = { version = "0.3.76", features = ["BroadcastChannel"] }
2424

2525
[dev-dependencies]
26-
wasm-bindgen-test = "0.3.47"
26+
wasm-bindgen-test = "0.3.49"
2727

2828
[build-dependencies]
2929
mithril-build-script = { path = "../internal/mithril-build-script" }

mithril-client/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ required-features = ["unstable"]
2727
anyhow = "1.0.94"
2828
async-recursion = "1.1.1"
2929
async-trait = "0.1.83"
30-
chrono = { version = "0.4.38", features = ["serde"] }
30+
chrono = { version = "0.4.39", features = ["serde"] }
3131
flate2 = { version = "1.0.35", optional = true }
3232
flume = { version = "0.11.1", optional = true }
3333
futures = "0.3.31"
@@ -44,7 +44,7 @@ serde_json = "1.0.133"
4444
slog = "2.7.0"
4545
strum = { version = "0.26.3", features = ["derive"] }
4646
tar = { version = "0.4.43", optional = true }
47-
thiserror = "2.0.4"
47+
thiserror = "2.0.6"
4848
tokio = { version = "1.42.0", features = ["sync"] }
4949
uuid = { version = "1.11.0", features = ["v4"] }
5050
zstd = { version = "0.13.2", optional = true }

mithril-common/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ anyhow = "1.0.94"
3434
async-trait = "0.1.83"
3535
bech32 = "0.11.0"
3636
blake2 = "0.10.6"
37-
chrono = { version = "0.4.38", features = ["serde"] }
37+
chrono = { version = "0.4.39", features = ["serde"] }
3838
ciborium = "0.2.2"
3939
ckb-merkle-mountain-range = "0.6.0"
4040
digest = "0.10.7"
@@ -68,14 +68,14 @@ serde_yaml = "0.9.34"
6868
sha2 = "0.10.8"
6969
slog = "2.7.0"
7070
strum = { version = "0.26.3", features = ["derive"] }
71-
thiserror = "2.0.4"
71+
thiserror = "2.0.6"
7272
tokio = { version = "1.42.0", features = ["io-util", "rt", "sync"] }
7373
typetag = "0.2.18"
7474
walkdir = "2.5.0"
7575
warp = { version = "0.3.7", optional = true }
7676

7777
[target.'cfg(target_family = "wasm")'.dependencies]
78-
wasm-bindgen = "0.2.97"
78+
wasm-bindgen = "0.2.99"
7979

8080
[dev-dependencies]
8181
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }

mithril-relay/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ slog = { version = "2.7.0", features = [
4343
] }
4444
slog-async = "2.8.0"
4545
slog-bunyan = "2.5.0"
46-
thiserror = "2.0.4"
46+
thiserror = "2.0.6"
4747
tokio = { version = "1.42.0", features = ["full"] }
4848
warp = "0.3.7"
4949

mithril-signer/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ harness = false
1717
anyhow = "1.0.94"
1818
async-trait = "0.1.83"
1919
axum = "0.7.9"
20-
chrono = { version = "0.4.38", features = ["serde"] }
20+
chrono = { version = "0.4.39", features = ["serde"] }
2121
clap = { version = "4.5.23", features = ["derive", "env"] }
2222
config = "0.14.1"
2323
hex = "0.4.3"
@@ -41,7 +41,7 @@ slog = { version = "2.7.0", features = [
4141
slog-async = "2.8.0"
4242
slog-bunyan = "2.5.0"
4343
sqlite = { version = "0.36.1", features = ["bundled"] }
44-
thiserror = "2.0.4"
44+
thiserror = "2.0.6"
4545
tokio = { version = "1.42.0", features = ["full"] }
4646

4747
[target.'cfg(not(target_env = "msvc"))'.dependencies]

mithril-stm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ digest = { version = "0.10.7", features = ["alloc"] }
2121
rand_core = "0.6.4"
2222
rayon = "1.10.0"
2323
serde = { version = "1.0.215", features = ["rc", "derive"] }
24-
thiserror = "2.0.4"
24+
thiserror = "2.0.6"
2525

2626
[target.'cfg(not(any(target_family = "wasm", windows)))'.dependencies]
2727
# only unix supports the rug backend

mithril-test-lab/mithril-end-to-end/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ slog = { version = "2.7.0", features = [
3535
slog-async = "2.8.0"
3636
slog-scope = "4.4.0"
3737
slog-term = "2.9.1"
38-
thiserror = "2.0.4"
38+
thiserror = "2.0.6"
3939
tokio = { version = "1.42.0", features = ["full"] }
4040
tokio-util = { version = "0.7.13", features = ["codec"] }
4141

0 commit comments

Comments
 (0)