mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
deps: rm unused deps (#10192)
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -8108,7 +8108,6 @@ dependencies = [
|
|||||||
"tempfile",
|
"tempfile",
|
||||||
"test-fuzz",
|
"test-fuzz",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"toml",
|
|
||||||
"zstd",
|
"zstd",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -8296,7 +8295,6 @@ dependencies = [
|
|||||||
"secp256k1",
|
"secp256k1",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tempfile",
|
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-stream",
|
"tokio-stream",
|
||||||
@ -8528,11 +8526,8 @@ dependencies = [
|
|||||||
"alloy-rpc-types-txpool",
|
"alloy-rpc-types-txpool",
|
||||||
"alloy-serde",
|
"alloy-serde",
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
"bytes",
|
|
||||||
"jsonrpsee-types",
|
"jsonrpsee-types",
|
||||||
"proptest",
|
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"serde_json",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
@ -68,7 +68,6 @@ proptest-arbitrary-interop.workspace = true
|
|||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
test-fuzz.workspace = true
|
test-fuzz.workspace = true
|
||||||
toml.workspace = true
|
|
||||||
modular-bitfield.workspace = true
|
modular-bitfield.workspace = true
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -32,10 +32,7 @@ jsonrpsee-types = { workspace = true, optional = true }
|
|||||||
# misc
|
# misc
|
||||||
alloy-primitives = { workspace = true, features = ["rand", "rlp", "serde", "arbitrary"] }
|
alloy-primitives = { workspace = true, features = ["rand", "rlp", "serde", "arbitrary"] }
|
||||||
arbitrary = { workspace = true, features = ["derive"] }
|
arbitrary = { workspace = true, features = ["derive"] }
|
||||||
proptest.workspace = true
|
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
bytes.workspace = true
|
|
||||||
serde_json.workspace = true
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["jsonrpsee-types"]
|
default = ["jsonrpsee-types"]
|
||||||
|
|||||||
@ -83,7 +83,6 @@ reth-provider = { workspace = true, features = ["test-utils"] }
|
|||||||
jsonrpsee-types.workspace = true
|
jsonrpsee-types.workspace = true
|
||||||
jsonrpsee = { workspace = true, features = ["client"] }
|
jsonrpsee = { workspace = true, features = ["client"] }
|
||||||
assert_matches.workspace = true
|
assert_matches.workspace = true
|
||||||
tempfile.workspace = true
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
optimism = [
|
optimism = [
|
||||||
|
|||||||
@ -57,7 +57,6 @@ reth-primitives = { workspace = true, features = ["arbitrary"] }
|
|||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
|
|
||||||
tempfile.workspace = true
|
|
||||||
test-fuzz.workspace = true
|
test-fuzz.workspace = true
|
||||||
|
|
||||||
pprof = { workspace = true, features = [
|
pprof = { workspace = true, features = [
|
||||||
|
|||||||
Reference in New Issue
Block a user