Skip to content

Commit c1c8721

Browse files
AIP Botktmlm
authored andcommitted
bump deps
1 parent 454d3a8 commit c1c8721

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ serde = { version = "1", features = ["derive"] }
2222
tokio = { version = "1", features = ["full"] }
2323
tracing = "0.1"
2424
tracing-subscriber = "0.3"
25-
ruc = "9.3"
25+
ruc = "10.0"
2626
postcard = { version = "1.1", features = ["alloc"] }
2727
blake3 = "1"
2828
ed25519-dalek = { version = "2.2", features = ["serde", "rand_core", "batch"] }
2929
# rand stays at 0.8 for ed25519-dalek 2.x compat (uses rand_core 0.6)
3030
rand = "0.8"
31-
vsdb = "12.1.1"
31+
vsdb = "13.0"
3232
revm = { version = "36", default-features = false, features = ["std"] }
3333
alloy-primitives = { version = "1.5", features = ["serde"] }
3434
alloy-rlp = "0.3"
@@ -52,12 +52,12 @@ parking_lot = "0.12"
5252
criterion = { version = "0.5", features = ["html_reports"] }
5353

5454
# hotmint core crates
55-
hotmint = "0.8.3"
56-
hotmint-types = "0.8.3"
57-
hotmint-crypto = "0.8.3"
58-
hotmint-consensus = "0.8.3"
59-
hotmint-mempool = "0.8.3"
60-
hotmint-mgmt = "0.8.3"
55+
hotmint = "0.8.6"
56+
hotmint-types = "0.8.6"
57+
hotmint-crypto = "0.8.6"
58+
hotmint-consensus = "0.8.6"
59+
hotmint-mempool = "0.8.6"
60+
hotmint-mgmt = "0.8.6"
6161

6262
# nbnet crates
6363
nbnet-types = { path = "crates/types" }

0 commit comments

Comments
 (0)