From 70db1a32a0b6209cdb900e91c03081304cb4416c Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 7 Jan 2025 09:39:34 +1100 Subject: [PATCH] Bump versions of misc sigp crates (#58) --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1a7379c..a58dd9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,13 +13,13 @@ categories = ["data-structures", "cryptography::cryptocurrencies"] [dependencies] educe = "0.6.0" ethereum_hashing = "0.7.0" -ethereum_ssz = "0.8.0" -ethereum_ssz_derive = "0.8.0" +ethereum_ssz = "0.8" +ethereum_ssz_derive = "0.8" itertools = "0.13.0" parking_lot = "0.12.1" rayon = "1.5.1" serde = { version = "1.0.0", features = ["derive"] } -tree_hash = "0.8.0" +tree_hash = "0.9" triomphe = "0.1.5" typenum = "1.14.0" vec_map = "0.8.2" @@ -29,9 +29,9 @@ alloy-primitives = { version = "0.8.0", features = ["arbitrary"] } [dev-dependencies] -ssz_types = "0.9.0" +ssz_types = "0.10" proptest = "1.0.0" -tree_hash_derive = "0.8.0" +tree_hash_derive = "0.9" criterion = "0.5" [features]