chore: remove unused crate deps (#1524)

This commit is contained in:
Matthias Seitz
2023-02-23 12:42:19 +01:00
committed by GitHub
parent 22d20d568d
commit a3067d9067
3 changed files with 3 additions and 49 deletions

16
Cargo.lock generated
View File

@@ -4835,28 +4835,12 @@ dependencies = [
name = "reth-provider"
version = "0.1.0"
dependencies = [
"arbitrary",
"async-trait",
"auto_impl 1.0.1",
"bytes",
"futures",
"heapless",
"hex-literal",
"modular-bitfield",
"parity-scale-codec",
"parking_lot 0.12.1",
"postcard",
"rand 0.8.5",
"reth-codecs",
"reth-db",
"reth-interfaces",
"reth-primitives",
"reth-rpc-types",
"secp256k1 0.24.3",
"test-fuzz",
"thiserror",
"tokio",
"tokio-stream",
]
[[package]]