Skip to content

Commit

Permalink
deps: rm unused deps (paradigmxyz#10192)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Aug 7, 2024
1 parent bd2882e commit e907f0e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
3 changes: 0 additions & 3 deletions crates/rpc/rpc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
1 change: 0 additions & 1 deletion crates/rpc/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
1 change: 0 additions & 1 deletion crates/storage/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e907f0e

Please sign in to comment.