From 84000daed740cc61dbd01aaf3efa280ff3f0f565 Mon Sep 17 00:00:00 2001 From: cakevm Date: Mon, 14 Apr 2025 17:46:40 +0200 Subject: [PATCH] Update dependencies for alloy 1.0.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a03ac1..d9777ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ keywords = ["ethereum"] categories = ["cryptography::cryptocurrencies"] [dependencies] -tree_hash = "0.9" -ethereum_serde_utils = "0.7.0" -ethereum_ssz = "0.8" +tree_hash = "0.10.0" +ethereum_serde_utils = "0.8.0" +ethereum_ssz = "0.9.0" serde = "1.0.0" serde_derive = "1.0.0" typenum = "1.12.0" @@ -23,4 +23,4 @@ itertools = "0.13.0" [dev-dependencies] serde_json = "1.0.0" -tree_hash_derive = "0.9.0" +tree_hash_derive = "0.10.0"