dep: bump alloy-trie to 0.4.1 (#8344)

This commit is contained in:
Roman Krasiuk
2024-05-22 16:34:32 +02:00
committed by GitHub
parent c34b31ef53
commit ea2c31375b
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View File

@@ -631,9 +631,9 @@ dependencies = [
[[package]] [[package]]
name = "alloy-trie" name = "alloy-trie"
version = "0.4.0" version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d55bd16fdb7ff4bd74cc4c878eeac7e8a27c0d7ba9df4ab58d9310aaafb62d43" checksum = "03704f265cbbb943b117ecb5055fd46e8f41e7dc8a58b1aed20bcd40ace38c15"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@@ -645,6 +645,7 @@ dependencies = [
"proptest", "proptest",
"proptest-derive", "proptest-derive",
"serde", "serde",
"smallvec",
"tracing", "tracing",
] ]
@@ -4566,7 +4567,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"windows-targets 0.52.5", "windows-targets 0.48.5",
] ]
[[package]] [[package]]

View File

@@ -297,7 +297,7 @@ alloy-primitives = "0.7.2"
alloy-dyn-abi = "0.7.2" alloy-dyn-abi = "0.7.2"
alloy-sol-types = "0.7.2" alloy-sol-types = "0.7.2"
alloy-rlp = "0.3.4" alloy-rlp = "0.3.4"
alloy-trie = "0.4.0" alloy-trie = "0.4"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "64feb9b" } alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "64feb9b" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "64feb9b" } alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "64feb9b" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "64feb9b" } alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "64feb9b" }