diff --git a/ssz-rs/Cargo.toml b/ssz-rs/Cargo.toml index f545aa57..58a41f79 100644 --- a/ssz-rs/Cargo.toml +++ b/ssz-rs/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0", default-features = false, features = [ hex = { version = "0.4.3", default-features = false, features = [ "alloc", ], optional = true } -alloy-primitives = { version = "0.4.2", default-features = false } +alloy-primitives = { version = "^0.5.0", default-features = false } [dev-dependencies] snap = "1.0"