From e907f0eab0d90f286f2197ee8935f10817ff1edf Mon Sep 17 00:00:00 2001 From: Thomas Coratger <60488569+tcoratger@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:21:57 +0200 Subject: [PATCH] deps: rm unused deps (#10192) --- Cargo.lock | 5 ----- crates/primitives/Cargo.toml | 1 - crates/rpc/rpc-types/Cargo.toml | 3 --- crates/rpc/rpc/Cargo.toml | 1 - crates/storage/db/Cargo.toml | 1 - 5 files changed, 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ec4fe759..a83be68e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index cf775feb6..a73c66329 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -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 diff --git a/crates/rpc/rpc-types/Cargo.toml b/crates/rpc/rpc-types/Cargo.toml index 41f94d52d..6c6dd91c5 100644 --- a/crates/rpc/rpc-types/Cargo.toml +++ b/crates/rpc/rpc-types/Cargo.toml @@ -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"] diff --git a/crates/rpc/rpc/Cargo.toml b/crates/rpc/rpc/Cargo.toml index a2373df27..68df91e0b 100644 --- a/crates/rpc/rpc/Cargo.toml +++ b/crates/rpc/rpc/Cargo.toml @@ -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 = [ diff --git a/crates/storage/db/Cargo.toml b/crates/storage/db/Cargo.toml index 619942f38..69bc7fabc 100644 --- a/crates/storage/db/Cargo.toml +++ b/crates/storage/db/Cargo.toml @@ -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 = [