chore(deps): rm unused rlp dep (#1821)

This commit is contained in:
Matthias Seitz
2023-03-17 18:07:48 +01:00
committed by GitHub
parent 7da13eb40a
commit 7ef3f4d68e
2 changed files with 1 additions and 3 deletions

1
Cargo.lock generated
View File

@ -5105,7 +5105,6 @@ dependencies = [
"reth-rlp",
"reth-rlp-derive",
"revm-primitives",
"rlp",
"secp256k1",
"smol_str",
]

View File

@ -12,9 +12,8 @@ auto_impl = "1"
bytes = { version = "1", default-features = false }
ethnum = { version = "1", default-features = false, optional = true }
smol_str = { version = "0.1", default-features = false, optional = true }
rlp = { version = "0.5.2", default-features = false, optional = true }
ethereum-types = { version = "0.14", features = ["codec"], optional = true }
revm-primitives = {version = "1.0.0", features = ["serde"] }
revm-primitives = { version = "1.0.0", features = ["serde"] }
reth-rlp-derive = { version = "0.1", path = "./rlp-derive", optional = true }
[dev-dependencies]