File tree Expand file tree Collapse file tree 3 files changed +13
-31
lines changed Expand file tree Collapse file tree 3 files changed +13
-31
lines changed Original file line number Diff line number Diff line change @@ -132,14 +132,7 @@ delay_map = "0.4"
132
132
derivative = " 2"
133
133
dirs = " 3"
134
134
either = " 1.9"
135
- # TODO: rust_eth_kzg is pinned for now while a perf regression is investigated
136
- # The crate_crypto_* dependencies can be removed from this file completely once we update
137
- rust_eth_kzg = " =0.5.1"
138
- crate_crypto_internal_eth_kzg_bls12_381 = " =0.5.1"
139
- crate_crypto_internal_eth_kzg_erasure_codes = " =0.5.1"
140
- crate_crypto_internal_eth_kzg_maybe_rayon = " =0.5.1"
141
- crate_crypto_internal_eth_kzg_polynomial = " =0.5.1"
142
- crate_crypto_kzg_multi_open_fk20 = " =0.5.1"
135
+ rust_eth_kzg = " 0.5.3"
143
136
discv5 = { version = " 0.9" , features = [" libp2p" ] }
144
137
env_logger = " 0.9"
145
138
ethereum_hashing = " 0.7.0"
Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ edition = "2021"
8
8
[dependencies ]
9
9
arbitrary = { workspace = true }
10
10
c-kzg = { workspace = true }
11
- # Required to maintain the pin from https://github.com/sigp/lighthouse/pull/6608
12
- crate_crypto_internal_eth_kzg_bls12_381 = { workspace = true }
13
- crate_crypto_internal_eth_kzg_erasure_codes = { workspace = true }
14
- crate_crypto_internal_eth_kzg_maybe_rayon = { workspace = true }
15
- crate_crypto_internal_eth_kzg_polynomial = { workspace = true }
16
- crate_crypto_kzg_multi_open_fk20 = { workspace = true }
17
11
derivative = { workspace = true }
18
12
ethereum_hashing = { workspace = true }
19
13
ethereum_serde_utils = { workspace = true }
You can’t perform that action at this time.
0 commit comments