upgrade dashmap

This commit is contained in:
Bryan Stitt 2022-05-29 01:27:15 +00:00
parent d8c8e6591d
commit 8316c812c6
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -871,13 +871,14 @@ dependencies = [
[[package]]
name = "dashmap"
version = "5.3.3"
version = "5.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391b56fbd302e585b7a9494fb70e40949567b1cf9003a8e4a6041a1687c26573"
checksum = "3495912c9c1ccf2e18976439f4443f3fee0fd61f424ff99fde6a66b15ecb448f"
dependencies = [
"cfg-if",
"hashbrown 0.12.1",
"lock_api",
"parking_lot_core 0.9.3",
]
[[package]]

View File

@ -11,7 +11,7 @@ arc-swap = "1.5.0"
argh = "0.1.7"
axum = { version = "0.5.6", features = ["serde_json", "tokio-tungstenite"] }
counter = "0.5.5"
dashmap = "5.3.3"
dashmap = "5.3.4"
derive_more = "0.99.17"
ethers = { git = "https://github.com/gakonst/ethers-rs", features = ["rustls", "ws"] }
fdlimit = "0.2.1"