diff --git a/Cargo.toml b/Cargo.toml index fb1d84bf3..33c1ddafd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ multihash = { version = "0.16", default-features = false, features = [ "sha2", ] } multiaddr = "0.14.0" -c-kzg = "0.4.0" +c-kzg = "1.0.0" bs58 = "0.4.0" eyre = "0.6.8" bip39 = "2.0.0" diff --git a/ethereum-consensus/Cargo.toml b/ethereum-consensus/Cargo.toml index 1438c071a..17c3a5c2e 100644 --- a/ethereum-consensus/Cargo.toml +++ b/ethereum-consensus/Cargo.toml @@ -69,7 +69,9 @@ bitvec = { workspace = true, optional = true } [dev-dependencies] toml = "0.8.2" -reth-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "28f3a2e2d9525bf2f6373e755e2d6dc0c2f97821" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "415efc82af05d1eae57f61beb04b0f711d0b7e42", default-features = false, features = [ + "c-kzg", +] } [[bin]] name = "ec"