diff --git a/ssz/Cargo.toml b/ssz/Cargo.toml index 051540c..b8b2130 100644 --- a/ssz/Cargo.toml +++ b/ssz/Cargo.toml @@ -14,11 +14,11 @@ categories = ["cryptography::cryptocurrencies"] name = "ssz" [dev-dependencies] -alloy-primitives = { version = "0.7.7", features = ["getrandom"] } +alloy-primitives = { version = "0.8.0", features = ["getrandom"] } ethereum_ssz_derive = { version = "0.6.0", path = "../ssz_derive" } [dependencies] -alloy-primitives = "0.7.7" +alloy-primitives = "0.8.0" smallvec = { version = "1.6.1", features = ["const_generics"] } itertools = "0.13.0"