Remove non existing feature-flag from alloy-rpc-trace-types dependency (#6061)

This commit is contained in:
christn
2024-01-14 13:08:54 +08:00
committed by GitHub
parent a075c31542
commit 5127d40f48
2 changed files with 1 additions and 4 deletions

1
Cargo.lock generated
View File

@ -240,7 +240,6 @@ dependencies = [
"alloy-rlp",
"alloy-rpc-types",
"itertools 0.12.0",
"jsonrpsee-types",
"serde",
"serde_json",
"thiserror",

View File

@ -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 }