From cf720b3b95551ae81c071df0a9cddd632cf192e2 Mon Sep 17 00:00:00 2001 From: refcell Date: Thu, 17 Oct 2024 20:50:55 -0400 Subject: [PATCH] fix rebase --- Cargo.lock | 3 +-- Cargo.toml | 7 ------- crates/rollup/Cargo.toml | 4 ++-- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c96a07..d087ac2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9225,9 +9225,8 @@ dependencies = [ "clap", "eyre", "futures", - "hashbrown 0.14.5", - "http-body-util", "hashbrown 0.15.0", + "http-body-util", "kona-derive", "kona-providers", "kona-providers-alloy", diff --git a/Cargo.toml b/Cargo.toml index 6602d3f..84ae567 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,13 +73,6 @@ op-alloy-rpc-types-engine = { version = "0.4.0", default-features = false } op-alloy-rpc-jsonrpsee = { version = "0.4.0", default-features = false } op-alloy-provider = { version = "0.4.0", default-features = false } -# Tokio -tokio = { version = "1.21", default-features = false } - -# Serialization -serde_json = "1" -ethereum_ssz = "0.7.1" - # Reth reth = { git = "https://github.com/paradigmxyz/reth", rev = "a846cbd" } reth-chainspec = { git = "https://github.com/paradigmxyz/reth", rev = "a846cbd" } diff --git a/crates/rollup/Cargo.toml b/crates/rollup/Cargo.toml index e167344..6b2b614 100644 --- a/crates/rollup/Cargo.toml +++ b/crates/rollup/Cargo.toml @@ -46,7 +46,7 @@ futures.workspace = true hashbrown.workspace = true tower.workspace = true http-body-util.workspace = true +clap = { workspace = true, features = ["derive", "env"] } [dev-dependencies] -clap = { workspace = true, features = ["derive", "env"] } -reqwest = { workspace = true, features = ["rustls-tls-native-roots"] } \ No newline at end of file +reqwest = { workspace = true, features = ["rustls-tls-native-roots"] }