Skip to content

Commit 7d4d850

Browse files
committed
update cargo.toml
1 parent 95cec45 commit 7d4d850

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,7 @@ delay_map = "0.4"
132132
derivative = "2"
133133
dirs = "3"
134134
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"
143136
discv5 = { version = "0.9", features = ["libp2p"] }
144137
env_logger = "0.9"
145138
ethereum_hashing = "0.7.0"

crypto/kzg/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ edition = "2021"
88
[dependencies]
99
arbitrary = { workspace = true }
1010
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 }
1711
derivative = { workspace = true }
1812
ethereum_hashing = { workspace = true }
1913
ethereum_serde_utils = { workspace = true }

0 commit comments

Comments
 (0)