chore(deps): rm unused (#734)

This commit is contained in:
Matthias Seitz
2023-01-05 16:44:31 +01:00
committed by GitHub
parent 99c7ba1920
commit 8c96704ffe

View File

@@ -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]