mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: unused dependencies warnings (#13369)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2982,7 +2982,6 @@ name = "example-custom-payload-builder"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
"eyre",
|
||||
"futures-util",
|
||||
"reth",
|
||||
|
||||
@ -35,18 +35,18 @@ bytes.workspace = true
|
||||
|
||||
[features]
|
||||
reth-codec = [
|
||||
"dep:reth-codecs",
|
||||
"dep:bytes",
|
||||
"dep:modular-bitfield",
|
||||
"reth-trie-common/reth-codec"
|
||||
"dep:reth-codecs",
|
||||
"dep:bytes",
|
||||
"dep:modular-bitfield",
|
||||
"reth-trie-common/reth-codec",
|
||||
]
|
||||
test-utils = [
|
||||
"dep:arbitrary",
|
||||
"reth-codecs/test-utils",
|
||||
"reth-trie-common/test-utils"
|
||||
"dep:arbitrary",
|
||||
"reth-codecs?/test-utils",
|
||||
"reth-trie-common/test-utils",
|
||||
]
|
||||
arbitrary = [
|
||||
"alloy-primitives/arbitrary",
|
||||
"reth-codecs/arbitrary",
|
||||
"reth-trie-common/arbitrary"
|
||||
"alloy-primitives/arbitrary",
|
||||
"reth-codecs?/arbitrary",
|
||||
"reth-trie-common/arbitrary",
|
||||
]
|
||||
|
||||
@ -15,7 +15,6 @@ reth-payload-builder.workspace = true
|
||||
reth-node-ethereum.workspace = true
|
||||
reth-ethereum-payload-builder.workspace = true
|
||||
|
||||
alloy-primitives.workspace = true
|
||||
alloy-eips.workspace = true
|
||||
|
||||
tracing.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user