deps: rm unused deps (#10192)

This commit is contained in:
Thomas Coratger
2024-08-08 00:21:57 +02:00
committed by GitHub
parent bd2882e135
commit e907f0eab0
5 changed files with 0 additions and 11 deletions

5
Cargo.lock generated
View File

@ -8108,7 +8108,6 @@ dependencies = [
"tempfile",
"test-fuzz",
"thiserror",
"toml",
"zstd",
]
@ -8296,7 +8295,6 @@ dependencies = [
"secp256k1",
"serde",
"serde_json",
"tempfile",
"thiserror",
"tokio",
"tokio-stream",
@ -8528,11 +8526,8 @@ dependencies = [
"alloy-rpc-types-txpool",
"alloy-serde",
"arbitrary",
"bytes",
"jsonrpsee-types",
"proptest",
"rand 0.8.5",
"serde_json",
]
[[package]]

View File

@ -68,7 +68,6 @@ proptest-arbitrary-interop.workspace = true
rand.workspace = true
serde_json.workspace = true
test-fuzz.workspace = true
toml.workspace = true
modular-bitfield.workspace = true

View File

@ -32,10 +32,7 @@ jsonrpsee-types = { workspace = true, optional = true }
# misc
alloy-primitives = { workspace = true, features = ["rand", "rlp", "serde", "arbitrary"] }
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
rand.workspace = true
bytes.workspace = true
serde_json.workspace = true
[features]
default = ["jsonrpsee-types"]

View File

@ -83,7 +83,6 @@ reth-provider = { workspace = true, features = ["test-utils"] }
jsonrpsee-types.workspace = true
jsonrpsee = { workspace = true, features = ["client"] }
assert_matches.workspace = true
tempfile.workspace = true
[features]
optimism = [

View File

@ -57,7 +57,6 @@ reth-primitives = { workspace = true, features = ["arbitrary"] }
rand.workspace = true
serde_json.workspace = true
tempfile.workspace = true
test-fuzz.workspace = true
pprof = { workspace = true, features = [