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"