Skip to content

Commit 9907059

Browse files
committed
refactor(deps)!: revert version updates
not immediately necessary
1 parent 4e652d9 commit 9907059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cb-signer = { path = "crates/signer" }
2929
alloy = { version = "0.2.0", features = ["rpc-types-beacon"] }
3030
ethereum_ssz = "0.5"
3131
ethereum_ssz_derive = "0.5.3"
32-
ssz_types = "0.6.0"
32+
ssz_types = "0.5"
3333
ethereum_serde_utils = "0.5.2"
3434
ethereum-types = "0.14.1"
3535

@@ -59,8 +59,8 @@ prometheus = "0.13.4"
5959

6060
# crypto
6161
blst = "0.3.11"
62-
tree_hash = "0.6.0"
63-
tree_hash_derive = "0.6.0"
62+
tree_hash = "0.5"
63+
tree_hash_derive = "0.5"
6464
eth2_keystore = { git = "https://github.com/sigp/lighthouse", rev = "9e12c21f268c80a3f002ae0ca27477f9f512eb6f" }
6565
elliptic-curve = { version = "0.13", features = ["serde"] }
6666
generic-array = { version = "0.14.7", features = ["serde"] }

0 commit comments

Comments
 (0)