From 8c96704ffe19099ff52cfa389ed425ef9dd5cda7 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 5 Jan 2023 16:44:31 +0100 Subject: [PATCH] chore(deps): rm unused (#734) --- crates/common/rlp/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/common/rlp/Cargo.toml b/crates/common/rlp/Cargo.toml index 3042874962..fd44ec5dd5 100644 --- a/crates/common/rlp/Cargo.toml +++ b/crates/common/rlp/Cargo.toml @@ -16,7 +16,6 @@ enr = { version = "0.7", default-features = false, optional = true } rlp = { version = "0.5.2", default-features = false, optional = true } ethereum-types = { version = "0.14", features = ["codec"], optional = true } reth-rlp-derive = { version = "0.1", path = "../rlp-derive", optional = true } -tracing = "0.1.37" revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "3a13c9c8a0cda728941f1b26db0beb1025744ea9", features = ["with-serde"] } [dev-dependencies]