diff --git a/web3-proxy/Cargo.toml b/web3-proxy/Cargo.toml index 780ee16b..022f7f3f 100644 --- a/web3-proxy/Cargo.toml +++ b/web3-proxy/Cargo.toml @@ -13,7 +13,7 @@ derive_more = "0.99.17" ethers = { git = "https://github.com/gakonst/ethers-rs", features = ["rustls", "ws"] } flume = "0.10.12" futures = { version = "0.3.21", features = ["thread-pool"] } -governor = { version = "0.4.2", features = ["dashmap", "std"] } +governor = { version = "0.4.2", features = ["std"] } hashbrown = "0.12.1" left-right = "0.11.4" linkedhashmap = { path = "../linkedhashmap", features = ["inline-more"] }