diff --git a/Cargo.lock b/Cargo.lock index 1c99a650e..ad7ebb6e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,9 +820,9 @@ dependencies = [ [[package]] name = "archery" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eae2ed21cd55021f05707a807a5fc85695dafb98832921f6cfa06db67ca5b869" +checksum = "70e0a5f99dfebb87bb342d0f53bb92c81842e100bbb915223e38349580e5441d" dependencies = [ "triomphe", ] @@ -7229,9 +7229,9 @@ dependencies = [ [[package]] name = "rpds" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7f89f654d51fffdd6026289d07d1fd523244d46ae0a8bc22caa6dd7f9e8cb0b" +checksum = "9e75f485e819d4d3015e6c0d55d02a4fd3db47c1993d9e603e0361fba2bffb34" dependencies = [ "archery", ] diff --git a/crates/edr_provider/Cargo.toml b/crates/edr_provider/Cargo.toml index ea79da7f5..d24161aa8 100644 --- a/crates/edr_provider/Cargo.toml +++ b/crates/edr_provider/Cargo.toml @@ -71,7 +71,7 @@ lru = "0.12.2" parking_lot.workspace = true rand.workspace = true revm-inspector.workspace = true -rpds = { version = "1.1.0", default-features = false, features = ["std"] } +rpds = { version = "1.2.0", default-features = false, features = ["std"] } serde.workspace = true serde_json.workspace = true sha3.workspace = true diff --git a/crates/state/persistent_trie/Cargo.toml b/crates/state/persistent_trie/Cargo.toml index 30e88255d..cacc2bd62 100644 --- a/crates/state/persistent_trie/Cargo.toml +++ b/crates/state/persistent_trie/Cargo.toml @@ -14,7 +14,7 @@ edr_state_api.workspace = true hasher = { version = "0.1.4", default-features = false, features = ["hash-keccak"] } parking_lot.workspace = true revm-state.workspace = true -rpds = { version = "1.1.0", default-features = false, features = ["std"] } +rpds = { version = "1.2.0", default-features = false, features = ["std"] } serde.workspace = true serde_json.workspace = true tracing = { workspace = true, features = ["attributes", "std"], optional = true }