From d2224921e4ee2833ca9161a72b0e95358a36da17 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Wed, 21 Aug 2024 14:02:36 +1000 Subject: [PATCH] Update alloy-primitives to 0.8 --- ssz/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"