diff --git a/Cargo.lock b/Cargo.lock index 5249d1cda2..990246f71c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,9 +121,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f783611babedbbe90db3478c120fb5f5daacceffc210b39adc0af4fe0da70bad" +checksum = "ccb3ead547f4532bc8af961649942f0b9c16ee9226e26caa3f38420651cc0bf4" dependencies = [ "alloy-rlp", "arbitrary", diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index a3eb268cbd..25904a4345 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -23,7 +23,7 @@ all = "warn" [dependencies] alloy-eips = { version = "0.1", default-features = false, features = ["k256"] } -alloy-primitives = { version = "0.7.2", default-features = false, features = [ +alloy-primitives = { version = "0.7.7", default-features = false, features = [ "rlp", ] } hashbrown = "0.14"