We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e652d9 commit 9907059Copy full SHA for 9907059
Cargo.toml
@@ -29,7 +29,7 @@ cb-signer = { path = "crates/signer" }
29
alloy = { version = "0.2.0", features = ["rpc-types-beacon"] }
30
ethereum_ssz = "0.5"
31
ethereum_ssz_derive = "0.5.3"
32
-ssz_types = "0.6.0"
+ssz_types = "0.5"
33
ethereum_serde_utils = "0.5.2"
34
ethereum-types = "0.14.1"
35
@@ -59,8 +59,8 @@ prometheus = "0.13.4"
59
60
# crypto
61
blst = "0.3.11"
62
-tree_hash = "0.6.0"
63
-tree_hash_derive = "0.6.0"
+tree_hash = "0.5"
+tree_hash_derive = "0.5"
64
eth2_keystore = { git = "https://github.com/sigp/lighthouse", rev = "9e12c21f268c80a3f002ae0ca27477f9f512eb6f" }
65
elliptic-curve = { version = "0.13", features = ["serde"] }
66
generic-array = { version = "0.14.7", features = ["serde"] }
0 commit comments