From ba0452fb3aa036781de106d3973e7e0912385d6e Mon Sep 17 00:00:00 2001 From: idatsy Date: Thu, 7 Dec 2023 13:30:23 +0000 Subject: [PATCH] bump alloy dep --- ssz-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"