From 7b7cc51fb6ec6d848f1e79f11e8fb2bfc814e8e0 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 31 Oct 2024 17:09:31 +0100 Subject: [PATCH] chore: rm reth dep (#78) not needed --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 608461d..8d6066a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,6 @@ alloy-signer-local = { version = "0.5.3", features = ["mnemonic"] } tokio = { version = "1.21", default-features = false } # reth -reth = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } reth-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" }