Skip to content

Commit

Permalink
Bump versions of misc sigp crates (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner authored Jan 6, 2025
1 parent 194e929 commit 70db1a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit 70db1a3

Please sign in to comment.