Skip to content

Commit adc86cd

Browse files
committed
Pin crate_crypto transitive deps
1 parent e87210a commit adc86cd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,14 @@ delay_map = "0.3"
126126
derivative = "2"
127127
dirs = "3"
128128
either = "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"
130137
discv5 = { version = "0.9", features = ["libp2p"] }
131138
env_logger = "0.9"
132139
error-chain = "0.12"

0 commit comments

Comments
 (0)