diff --git a/Cargo.toml b/Cargo.toml index 1d179bb..215efed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ keywords = ["ethereum"] categories = ["cryptography::cryptocurrencies"] [dependencies] -tree_hash = "0.7.0" -ethereum_serde_utils = "0.6" -ethereum_ssz = "0.6" +tree_hash = "0.8.0" +ethereum_serde_utils = "0.7.0" +ethereum_ssz = "0.7.0" serde = "1.0.0" serde_derive = "1.0.0" typenum = "1.12.0" @@ -24,4 +24,4 @@ itertools = "0.13.0" [dev-dependencies] serde_json = "1.0.0" -tree_hash_derive = "0.7.0" +tree_hash_derive = "0.8.0"