Skip to content

Commit 58b5f7a

Browse files
committed
feat(rust): Bump more dependencies
1 parent a4e8ecd commit 58b5f7a

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

rust/cardano-chain-follower/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalys
1515
pallas-hardano = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
1616
pallas-crypto = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
1717

18-
mithril-client = { version = "0.10.4", git = "https://github.com/input-output-hk/mithril", rev = "c6c7ebafae0158b2c1672eb96f6ef832fd542f93", default-features = false, features = [
18+
# mithril-client = { version = "0.10.4", git = "https://github.com/input-output-hk/mithril", rev = "c6c7ebafae0158b2c1672eb96f6ef832fd542f93", default-features = false, features = [
19+
mithril-client = { version = "0.10.4", default-features = false, features = [
1920
"full",
2021
"num-integer-backend",
2122
] }

rust/immutable-ledger/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ license.workspace = true
99

1010
[dependencies]
1111
ed25519-dalek = "2.1.1"
12-
anyhow = "1.0.86"
13-
minicbor = { version = "0.24", features = ["std"] }
14-
uuid = { version = "1.10.0", features = ["v4", "v7", "serde"] }
12+
anyhow = "1.0.95"
13+
minicbor = { version = "0.25.1", features = ["std"] }
14+
uuid = { version = "1.11.0", features = ["v4", "v7", "serde"] }
1515
hex = "0.4.3"
1616
blake2b_simd = "1.0.2"
17-
blake3 = "=0.1.3"
18-
proptest = { version = "1.5.0" }
17+
blake3 = "1.5.5"
18+
proptest = { version = "1.6.0" }
1919

2020
[package.metadata.cargo-machete]
2121
ignored = ["proptest"]

rust/signed_doc/Cargo.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ workspace = true
1313
[dependencies]
1414

1515
[dev-dependencies]
16-
clap = { version = "4.5.19", features = ["derive", "env"] }
17-
anyhow = "1.0.89"
18-
serde = { version = "1.0.210", features = ["derive"] }
19-
serde_json = "1.0"
20-
jsonschema = "0.18.0"
21-
coset = "0.3.7"
16+
clap = { version = "4.5.23", features = ["derive", "env"] }
17+
anyhow = "1.0.95"
18+
serde = { version = "1.0.217", features = ["derive"] }
19+
serde_json = "1.0.134"
20+
# TODO: Bump this to the latest version and fix the code
21+
jsonschema = "0.18.3"
22+
coset = "0.3.8"
2223
brotli = "7.0.0"
2324
ed25519-dalek = { version = "2.1.1", features = ["pem"] }
24-
uuid = { version = "1.10.0", features = ["v4", "serde"] }
25+
uuid = { version = "1.11.0", features = ["v4", "serde"] }
2526
ulid = { version = "1.1.3", features = ["serde"] }

0 commit comments

Comments
 (0)