From 0c3025fb570406c747db2efb0ed811d0e3e53a69 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 22 Aug 2024 17:04:16 +1000 Subject: [PATCH] Update to alloy-primitives 0.8 (#20) --- tree_hash/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tree_hash/Cargo.toml b/tree_hash/Cargo.toml index 39e8056..aa0e306 100644 --- a/tree_hash/Cargo.toml +++ b/tree_hash/Cargo.toml @@ -11,15 +11,15 @@ keywords = ["ethereum"] categories = ["cryptography::cryptocurrencies"] [dependencies] -alloy-primitives = "0.7.0" +alloy-primitives = "0.8.0" ethereum_hashing = "0.7.0" smallvec = "1.6.1" [dev-dependencies] rand = "0.8.5" tree_hash_derive = { path = "../tree_hash_derive", version = "0.7.0" } -ethereum_ssz = "0.6" -ethereum_ssz_derive = "0.6" +ethereum_ssz = "0.7" +ethereum_ssz_derive = "0.7" [features] arbitrary = ["alloy-primitives/arbitrary"]