Skip to content

Commit

Permalink
chore: remove unused deps (paradigmxyz#5217)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Oct 29, 2023
1 parent 5f0e691 commit 3eae861
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 16 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ reth-network = { path = "../net/network" }
reth-net-nat = { path = "../net/nat" }
reth-discv4 = { path = "../net/discv4" }
reth-downloaders = { path = "../net/downloaders" }
reth-stages = { path = "../../crates/stages" }
reth-primitives = { path = "../primitives" }

# io
Expand All @@ -24,8 +23,8 @@ serde_json.workspace = true
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }

# misc
confy.workspace = true
tempfile.workspace = true

[dev-dependencies]
confy.workspace = true
toml.workspace = true
2 changes: 0 additions & 2 deletions crates/interfaces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ reth-codecs = { path = "../storage/codecs" }
reth-nippy-jar = { path = "../storage/nippy-jar" }
reth-primitives.workspace = true
reth-rpc-types.workspace = true
reth-rpc-types-compat.workspace = true
reth-network-api.workspace = true
# TODO(onbjerg): We only need this for [BlockBody]
reth-eth-wire = { path = "../net/eth-wire" }

# eth
revm-primitives.workspace = true
parity-scale-codec = { version = "3.2.1", features = ["bytes"] }

# async
async-trait.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ revm-primitives = { workspace = true, features = ["serde"] }
# ethereum
alloy-primitives = { workspace = true, features = ["rand", "rlp"] }
alloy-rlp = { workspace = true, features = ["arrayvec"] }
alloy-sol-types.workspace = true
ethers-core = { workspace = true, default-features = false, optional = true }

# crypto
Expand Down
5 changes: 1 addition & 4 deletions crates/storage/nippy-jar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,14 @@ sucds = "~0.8"
memmap2 = "0.7.1"
bincode = "1.3"
serde = { version = "1.0", features = ["derive"] }
bytes.workspace = true
tempfile.workspace = true
tracing = "0.1.0"
tracing-appender = "0.2"
anyhow = "1.0"
thiserror.workspace = true
hex = "*"
derive_more = "0.99"

[dev-dependencies]
rand = { version = "0.8", features = ["small_rng"] }
tempfile.workspace = true


[features]
Expand Down

0 comments on commit 3eae861

Please sign in to comment.