mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Remove non existing feature-flag from alloy-rpc-trace-types dependency (#6061)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -240,7 +240,6 @@ dependencies = [
|
||||
"alloy-rlp",
|
||||
"alloy-rpc-types",
|
||||
"itertools 0.12.0",
|
||||
"jsonrpsee-types",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror",
|
||||
|
||||
@ -170,9 +170,7 @@ alloy-dyn-abi = "0.6"
|
||||
alloy-sol-types = "0.6"
|
||||
alloy-rlp = "0.3"
|
||||
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", features = ["jsonrpsee-types"] }
|
||||
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", features = [
|
||||
"jsonrpsee-types",
|
||||
] }
|
||||
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy" }
|
||||
alloy-trie = "0.2"
|
||||
ethers-core = { version = "2.0", default-features = false }
|
||||
ethers-providers = { version = "2.0", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user