Update to 1.6.0 alpha.6 spec (#7967)

Upgrade `rust_eth_kzg` library to `0.9` to support the new cell index sorting tests in `recover_cells_and_kzg_proofs`

https://github.com/ethereum/consensus-specs/releases
https://github.com/crate-crypto/rust-eth-kzg/compare/v0.8.1...v0.9.0
This commit is contained in:
Eitan Seri-Levi
2025-09-01 01:56:25 -07:00
committed by GitHub
parent 477c534cd7
commit c7492f1c27
4 changed files with 28 additions and 25 deletions

View File

@@ -223,7 +223,7 @@ reqwest = { version = "0.11", default-features = false, features = [
ring = "0.17"
rpds = "0.11"
rusqlite = { version = "0.28", features = ["bundled"] }
rust_eth_kzg = "0.8.0"
rust_eth_kzg = "0.9.0"
safe_arith = { path = "consensus/safe_arith" }
sensitive_url = { path = "common/sensitive_url" }
serde = { version = "1", features = ["derive"] }