@@ -9,7 +9,7 @@ version = "0.8.1-rc.2"
99
1010[workspace .dependencies ]
1111aes = " 0.8"
12- alloy = { version = " 0.12 " , features = [
12+ alloy = { version = " ^1.0.35 " , features = [
1313 " full" ,
1414 " getrandom" ,
1515 " providers" ,
@@ -18,12 +18,14 @@ alloy = { version = "0.12", features = [
1818 " signer-local" ,
1919 " ssz" ,
2020] }
21+ alloy-primitives = " ^1.3.1"
2122async-trait = " 0.1.80"
2223axum = { version = " 0.8.1" , features = [" macros" ] }
2324axum-extra = { version = " 0.10.0" , features = [" typed-header" ] }
2425base64 = " 0.22.1"
2526bimap = { version = " 0.6.3" , features = [" serde" ] }
26- blsful = " 2.5"
27+ blst = " ^0.3.15"
28+ blsful = " ^2.5"
2729bytes = " 1.10.1"
2830cb-cli = { path = " crates/cli" }
2931cb-common = { path = " crates/common" }
@@ -38,16 +40,16 @@ derive_more = { version = "2.0.1", features = ["deref", "display", "from", "into
3840docker-compose-types = " 0.16.0"
3941docker-image = " 0.2.1"
4042ethereum_serde_utils = " 0.7.0"
41- ethereum_ssz = " 0.8 "
42- ethereum_ssz_derive = " 0.8 "
43+ ethereum_ssz = " 0.9 "
44+ ethereum_ssz_derive = " 0.9 "
4345eyre = " 0.6.12"
4446futures = " 0.3.30"
4547headers = " 0.4.0"
4648indexmap = " 2.2.6"
4749jsonwebtoken = { version = " 9.3.1" , default-features = false }
4850lazy_static = " 1.5.0"
49- lh_eth2_keystore = { package = " eth2_keystore" , git = " https://github.com/sigp/lighthouse" , tag = " v7.1 .0" }
50- lh_types = { package = " types" , git = " https://github.com/sigp/lighthouse" , tag = " v7.1 .0" }
51+ lh_eth2_keystore = { package = " eth2_keystore" , git = " https://github.com/sigp/lighthouse" , tag = " v8.0.0-rc .0" }
52+ lh_types = { package = " types" , git = " https://github.com/sigp/lighthouse" , tag = " v8.0.0-rc .0" }
5153parking_lot = " 0.12.3"
5254pbkdf2 = " 0.12.2"
5355prometheus = " 0.14.0"
@@ -59,7 +61,8 @@ serde = { version = "1.0.202", features = ["derive"] }
5961serde_json = " 1.0.117"
6062serde_yaml = " 0.9.33"
6163sha2 = " 0.10.8"
62- ssz_types = " 0.10"
64+ ssz_types = " 0.11"
65+ subtle = " 2.5"
6366tempfile = " 3.20.0"
6467thiserror = " 2.0.12"
6568tokio = { version = " 1.37.0" , features = [" full" ] }
@@ -70,9 +73,13 @@ tower-http = { version = "0.6", features = ["trace"] }
7073tracing = " 0.1.40"
7174tracing-appender = " 0.2.3"
7275tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" , " json" ] }
73- tree_hash = " 0.9"
76+ tracing-test = { version = " 0.2.5" , features = [" no-env-filter" ] }
77+ tree_hash = " ^0.10"
7478tree_hash_derive = " 0.9"
7579typenum = " 1.17.0"
7680unicode-normalization = " 0.1.24"
7781url = { version = " 2.5.0" , features = [" serde" ] }
7882uuid = { version = " 1.8.0" , features = [" fast-rng" , " serde" , " v4" ] }
83+
84+ [patch .crates-io ]
85+ blstrs_plus = { git = " https://github.com/Commit-Boost/blstrs" }
0 commit comments