File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ categories = ["data-structures", "cryptography::cryptocurrencies"]
1313[dependencies ]
1414educe = " 0.6.0"
1515ethereum_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"
1818itertools = " 0.13.0"
1919parking_lot = " 0.12.1"
2020rayon = " 1.5.1"
2121serde = { version = " 1.0.0" , features = [" derive" ] }
22- tree_hash = " 0.8.0 "
22+ tree_hash = " 0.9 "
2323triomphe = " 0.1.5"
2424typenum = " 1.14.0"
2525vec_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 "
3333proptest = " 1.0.0"
34- tree_hash_derive = " 0.8.0 "
34+ tree_hash_derive = " 0.9 "
3535criterion = " 0.5"
3636
3737[features ]
You can’t perform that action at this time.
0 commit comments