Skip to content

Commit e2adef5

Browse files
committed
chore: bump alloy version
Signed-off-by: Charles Ferrell <[email protected]>
1 parent ae2f0f0 commit e2adef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Fast Merkle-Patricia Trie (MPT) state root calculator
1111
and proof generator for prefix-sorted nibbles
1212
"""
1313
edition = "2021"
14-
rust-version = "1.66"
14+
rust-version = "1.81"
1515
license = "MIT OR Apache-2.0"
1616
categories = ["data-structures", "no-std"]
1717
keywords = ["nibbles", "trie", "mpt", "merkle", "ethereum"]
@@ -20,8 +20,8 @@ repository = "https://github.com/alloy-rs/trie"
2020
exclude = [".github/", "deny.toml", "release.toml", "rustfmt.toml"]
2121

2222
[dependencies]
23-
alloy-primitives = { version = "0.7", default-features = false, features = ["rlp"] }
24-
alloy-rlp = { version = "0.3", default-features = false, features = ["derive"] }
23+
alloy-primitives = { version = "0.8.5", default-features = false, features = ["rlp"] }
24+
alloy-rlp = { version = "0.3.8", default-features = false, features = ["derive"] }
2525
derive_more = "0.99"
2626
hashbrown = { version = "0.14", features = ["ahash", "inline-more"] }
2727
nybbles = { version = "0.2", default-features = false }

0 commit comments

Comments
 (0)