From 7fc8a497f488b0ed8924e83b806708c97f1e7586 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 20 Dec 2024 12:48:38 +1100 Subject: [PATCH 1/2] Bump tree_hash --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba281e1..bca430c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["ethereum"] categories = ["cryptography::cryptocurrencies"] [dependencies] -tree_hash = "0.8.0" +tree_hash = "0.9" ethereum_serde_utils = "0.7.0" ethereum_ssz = "0.8.0" serde = "1.0.0" From 194947cb68d2e88457bca669ee7376607ca57279 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 20 Dec 2024 12:48:46 +1100 Subject: [PATCH 2/2] Allow ssz patches --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bca430c..c137675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography::cryptocurrencies"] [dependencies] tree_hash = "0.9" ethereum_serde_utils = "0.7.0" -ethereum_ssz = "0.8.0" +ethereum_ssz = "0.8" serde = "1.0.0" serde_derive = "1.0.0" typenum = "1.12.0"