Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 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/e2e-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ reth-node-builder = { workspace = true, features = ["test-utils"] }
reth-tokio-util.workspace = true
reth-stages-types.workspace = true
reth-network-peers.workspace = true
reth-engine-local.workspace = true
reth-engine-primitives.workspace = true
reth-tasks.workspace = true
reth-node-ethereum.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions crates/net/network-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ reth-tokio-util.workspace = true
reth-ethereum-forks.workspace = true

# ethereum
alloy-consensus.workspace = true
alloy-rpc-types-eth.workspace = true
alloy-primitives = { workspace = true, features = ["getrandom"] }
alloy-rpc-types-admin.workspace = true
enr = { workspace = true, default-features = false, features = ["rust-secp256k1"] }
Expand All @@ -46,6 +44,4 @@ serde = [
"alloy-primitives/serde",
"enr/serde",
"reth-ethereum-forks/serde",
"alloy-consensus/serde",
"alloy-rpc-types-eth/serde",
]
7 changes: 0 additions & 7 deletions crates/primitives-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ revm-state.workspace = true
# op
op-alloy-consensus = { workspace = true, optional = true, features = ["k256"] }

# crypto
secp256k1 = { workspace = true, features = ["recovery"], optional = true }

# misc
auto_impl.workspace = true
byteorder = { workspace = true, optional = true }
Expand Down Expand Up @@ -84,7 +81,6 @@ std = [
"bytes/std",
"derive_more/std",
"once_cell/std",
"secp256k1?/std",
"thiserror/std",
"alloy-trie/std",
"op-alloy-consensus?/std",
Expand All @@ -110,8 +106,6 @@ arbitrary = [
"alloy-eips/arbitrary",
"revm-primitives/arbitrary",
"reth-codecs?/arbitrary",
"secp256k1?/global-context",
"secp256k1?/rand",
"op-alloy-consensus?/arbitrary",
"alloy-trie/arbitrary",
"reth-chainspec/arbitrary",
Expand All @@ -138,7 +132,6 @@ serde = [
"revm-primitives/serde",
"revm-primitives/serde",
"op-alloy-consensus?/serde",
"secp256k1?/serde",
"alloy-trie/serde",
"revm-bytecode/serde",
"revm-state/serde",
Expand Down
1 change: 0 additions & 1 deletion crates/stages/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ proptest.workspace = true
proptest-arbitrary-interop.workspace = true
rand.workspace = true
bytes.workspace = true
modular-bitfield.workspace = true

[features]
default = ["std"]
Expand Down
1 change: 0 additions & 1 deletion docs/vocs/docs/snippets/sources/exex/remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ futures-util = "0.3"

# grpc
tonic = "0.11"
prost = "0.12"
bincode = "1"

# misc
Expand Down
1 change: 0 additions & 1 deletion examples/exex-subscription/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ alloy-primitives.workspace = true

eyre.workspace = true
futures.workspace = true
clap = { workspace = true, features = ["derive"] }
jsonrpsee = { workspace = true, features = ["server", "macros"] }
tokio.workspace = true
serde.workspace = true
Expand Down
Loading