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"