From 915270105d30ecd3f4995f2e8c0c340aaacffe96 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 7 Dec 2023 11:50:43 +1100 Subject: [PATCH] Update tree_hash to v0.6.0 (#18) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8b311f6..878621e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["ethereum"] categories = ["cryptography::cryptocurrencies"] [dependencies] -tree_hash = "0.5.0" +tree_hash = "0.6.0" ethereum_ssz = "0.5.0" ethereum_serde_utils = "0.5.0" serde = "1.0.0" @@ -24,4 +24,4 @@ itertools = "0.10.0" [dev-dependencies] serde_json = "1.0.0" -tree_hash_derive = "0.5.0" +tree_hash_derive = "0.6.0"