Skip to content

Commit 70db1a3

Browse files
authored
Bump versions of misc sigp crates (#58)
1 parent 194e929 commit 70db1a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ categories = ["data-structures", "cryptography::cryptocurrencies"]
1313
[dependencies]
1414
educe = "0.6.0"
1515
ethereum_hashing = "0.7.0"
16-
ethereum_ssz = "0.8.0"
17-
ethereum_ssz_derive = "0.8.0"
16+
ethereum_ssz = "0.8"
17+
ethereum_ssz_derive = "0.8"
1818
itertools = "0.13.0"
1919
parking_lot = "0.12.1"
2020
rayon = "1.5.1"
2121
serde = { version = "1.0.0", features = ["derive"] }
22-
tree_hash = "0.8.0"
22+
tree_hash = "0.9"
2323
triomphe = "0.1.5"
2424
typenum = "1.14.0"
2525
vec_map = "0.8.2"
@@ -29,9 +29,9 @@ alloy-primitives = { version = "0.8.0", features = ["arbitrary"] }
2929

3030

3131
[dev-dependencies]
32-
ssz_types = "0.9.0"
32+
ssz_types = "0.10"
3333
proptest = "1.0.0"
34-
tree_hash_derive = "0.8.0"
34+
tree_hash_derive = "0.9"
3535
criterion = "0.5"
3636

3737
[features]

0 commit comments

Comments
 (0)