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 95cec45 commit 7fe2c66Copy full SHA for 7fe2c66
Cargo.toml
@@ -132,14 +132,7 @@ delay_map = "0.4"
132
derivative = "2"
133
dirs = "3"
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"
+rust_eth_kzg = "0.5.3"
143
discv5 = { version = "0.9", features = ["libp2p"] }
144
env_logger = "0.9"
145
ethereum_hashing = "0.7.0"
0 commit comments