chore(deps): bump dashmap 6 (#9664)

This commit is contained in:
Matthias Seitz
2024-07-20 12:47:53 +02:00
committed by GitHub
parent 12182fea37
commit 175136a179
2 changed files with 19 additions and 5 deletions

22
Cargo.lock generated
View File

@@ -294,7 +294,7 @@ dependencies = [
"async-stream",
"async-trait",
"auto_impl",
"dashmap",
"dashmap 5.5.3",
"futures",
"futures-utils-wasm",
"lru",
@@ -1324,7 +1324,7 @@ dependencies = [
"boa_string",
"bytemuck",
"cfg-if",
"dashmap",
"dashmap 5.5.3",
"fast-float",
"hashbrown 0.14.5",
"icu_normalizer",
@@ -2268,6 +2268,20 @@ dependencies = [
"parking_lot_core 0.9.10",
]
[[package]]
name = "dashmap"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
dependencies = [
"cfg-if",
"crossbeam-utils",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core 0.9.10",
]
[[package]]
name = "data-encoding"
version = "2.6.0"
@@ -7385,7 +7399,7 @@ dependencies = [
"bitflags 2.6.0",
"byteorder",
"criterion",
"dashmap",
"dashmap 6.0.1",
"derive_more",
"indexmap 2.2.6",
"parking_lot 0.12.3",
@@ -8063,7 +8077,7 @@ dependencies = [
"alloy-rpc-types-engine",
"assert_matches",
"auto_impl",
"dashmap",
"dashmap 6.0.1",
"derive_more",
"itertools 0.13.0",
"metrics",

View File

@@ -434,7 +434,7 @@ bytes = "1.5"
bitflags = "2.4"
clap = "4"
const_format = { version = "0.2.32", features = ["rust_1_64"] }
dashmap = "5.5"
dashmap = "6.0"
derive_more = "0.99.17"
fdlimit = "0.3.0"
eyre = "0.6"