Skip to content

Commit

Permalink
chore(deps): trim tokio features in eth-wire
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jul 6, 2024
1 parent 6e15214 commit 3cd4666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/net/eth-wire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bytes.workspace = true
derive_more.workspace = true
thiserror.workspace = true
serde = { workspace = true, optional = true }
tokio = { workspace = true, features = ["full"] }
tokio = { workspace = true, features = ["net", "sync", "time"] }
tokio-util = { workspace = true, features = ["io", "codec"] }
futures.workspace = true
tokio-stream.workspace = true
Expand All @@ -45,6 +45,7 @@ reth-primitives = { workspace = true, features = ["arbitrary"] }
reth-tracing.workspace = true

test-fuzz.workspace = true
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
tokio-util = { workspace = true, features = ["io", "codec"] }
rand.workspace = true
secp256k1 = { workspace = true, features = [
Expand Down

0 comments on commit 3cd4666

Please sign in to comment.