From 6ddba5f106aa12215f60d4e56ce7a53a8b2e1bdc Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 16 May 2022 03:42:34 +0000 Subject: [PATCH] no dashmap maybe? --- web3-proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }