diff --git a/Cargo.lock b/Cargo.lock index e8df220a..918ac9c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,9 +411,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "1.5.4" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b88cf92ed20685979ed1d8472422f0c6c2d010cec77caf63aaa7669cc1a7bc2" +checksum = "66b1483f8c2562bf35f0270b697d5b5fe8170464e935bd855a4c5eaf6f89b354" dependencies = [ "alloy-rlp", "bytes", @@ -421,7 +421,7 @@ dependencies = [ "const-hex", "derive_more", "foldhash 0.2.0", - "getrandom 0.3.4", + "getrandom 0.4.1", "hashbrown 0.16.1", "indexmap 2.13.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 4ebbc4a2..f32d18b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ malachitebft-eth-cli = { version = "0.0.1", path = "cli" } malachitebft-eth-engine = { version = "0.0.1", path = "engine" } malachitebft-eth-types = { version = "0.0.1", path = "types" } -alloy-primitives = { version = "1.5.2", features = [ "std", "rand" ], default-features = false } +alloy-primitives = { version = "1.5.6", features = [ "std", "rand" ], default-features = false } alloy-consensus = { version = "1.5.2", default-features = false } alloy-eips = { version = "1.5.2", default-features = false } alloy-rpc-types = { version = "1.5.2", features = [ "eth" ], default-features = false }