diff --git a/crates/precompile/Cargo.toml b/crates/precompile/Cargo.toml index 56eaac64e5..9a603128bd 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -50,7 +50,7 @@ c-kzg = { version = "1.0.3", default-features = false, optional = true, features ] } # Optionally use `kzg-rs` for a pure Rust implementation of KZG point evaluation. -kzg-rs = { version = "0.2.1", default-features = false, optional = true } +kzg-rs = { version = "0.2.2", default-features = false, optional = true } # BLS12-381 precompiles blst = { version = "0.3.13", optional = true } diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index e21af1d0c7..3669b16059 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -37,7 +37,7 @@ c-kzg = { version = "1.0.3", default-features = false, optional = true, features ] } # Optionally use `kzg-rs` for a pure Rust implementation of KZG. -kzg-rs = { version = "0.2.1", default-features = false, optional = true } +kzg-rs = { version = "0.2.2", default-features = false, optional = true } # utility enumn = "0.1"