Skip to content

Commit f8f036c

Browse files
authored
Merge pull request #2443 from input-output-hk/jpraynaud/2410-upgrade-dependencies-distribution-2517
Chore: update dependencies for distribution `2517`
2 parents 2c97920 + 97dba57 commit f8f036c

File tree

40 files changed

+622
-2016
lines changed

40 files changed

+622
-2016
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ license = "Apache-2.0"
3939
repository = "https://github.com/input-output-hk/mithril/"
4040

4141
[workspace.dependencies]
42-
anyhow = "1.0.97"
42+
anyhow = "1.0.98"
4343
async-recursion = "1.1.1"
4444
async-trait = "0.1.88"
4545
chrono = { version = "0.4.40", features = ["serde"] }
46-
clap = { version = "4.5.32", features = ["derive", "env"] }
47-
config = "0.15.10"
46+
clap = { version = "4.5.37", features = ["derive", "env"] }
47+
config = "0.15.11"
4848
digest = { version = "0.10.7", features = ["alloc"] }
4949
hex = "0.4.3"
5050
mockall = "0.13.1"
@@ -53,14 +53,14 @@ rand_core = { version = "0.6.4", features = ["std"] }
5353
rand_chacha = "0.3.1"
5454
reqwest = { version = "0.12.15", default-features = false, features = ["json"] }
5555
semver = "1.0.26"
56-
serde = { version = "1.0.218", features = ["derive", "rc"] }
56+
serde = { version = "1.0.219", features = ["derive", "rc"] }
5757
serde_json = "1.0.140"
5858
slog = "2.7.0"
5959
slog-async = "2.8.0"
6060
slog-bunyan = "2.5.0"
6161
slog-term = "2.9.1"
6262
strum = { version = "0.27.1", features = ["derive"] }
63-
thiserror = "2.0.11"
63+
thiserror = "2.0.12"
6464
tracing = "0.1.41"
65-
tokio = { version = "1.44.1", features = ["rt", "sync", "time"] }
65+
tokio = { version = "1.44.2", features = ["rt", "sync", "time"] }
6666
warp = "0.3.7"

demo/protocol-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithrildemo"
3-
version = "0.1.49"
3+
version = "0.1.50"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)