File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,14 @@ delay_map = "0.3"
126126derivative = " 2"
127127dirs = " 3"
128128either = " 1.9"
129- rust_eth_kzg = " =0.5.1" # pinned for now while a perf regression is investigated
129+ # TODO: rust_eth_kzg is pinned for now while a perf regression is investigated
130+ # The crate_crypto_* dependencies can be removed from this file completely once we update
131+ rust_eth_kzg = " =0.5.1"
132+ crate_crypto_internal_eth_kzg_bls12_381 = " =0.5.1"
133+ crate_crypto_internal_eth_kzg_erasure_codes = " =0.5.1"
134+ crate_crypto_internal_eth_kzg_maybe_rayon = " =0.5.1"
135+ crate_crypto_internal_eth_kzg_polynomial = " =0.5.1"
136+ crate_crypto_kzg_multi_open_fk20 = " =0.5.1"
130137discv5 = { version = " 0.9" , features = [" libp2p" ] }
131138env_logger = " 0.9"
132139error-chain = " 0.12"
You can’t perform that action at this time.
0 commit comments