From 392447715bf4a0ebd46bea6bd2c8d4e55aecf8ac Mon Sep 17 00:00:00 2001 From: jacobkaufmann Date: Mon, 7 Oct 2024 15:31:44 -0600 Subject: [PATCH] remove c-kzg dependency --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb14497e..ee9f909c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,8 +34,6 @@ reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.0.8" } reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.0.8" } alloy = { version = "0.4.2", features = ["consensus", "eips", "signers", "signer-local", "signer-mnemonic"] } -c-kzg = "2.0.0" - futures = "0.3.21" tokio = "1.0" tokio-stream = "0.1.15"