Upgrade dashmap
to v6 (#15305)
This PR upgrades `dashmap` to v6.0.1. Release Notes: - N/A
This commit is contained in:
parent
e423f03ba6
commit
bcd972fbb4
3 changed files with 18 additions and 4 deletions
18
Cargo.lock
generated
18
Cargo.lock
generated
|
@ -2459,7 +2459,7 @@ dependencies = [
|
||||||
"collections",
|
"collections",
|
||||||
"completion",
|
"completion",
|
||||||
"ctor",
|
"ctor",
|
||||||
"dashmap",
|
"dashmap 6.0.1",
|
||||||
"dev_server_projects",
|
"dev_server_projects",
|
||||||
"editor",
|
"editor",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
|
@ -3255,6 +3255,20 @@ dependencies = [
|
||||||
"parking_lot_core",
|
"parking_lot_core",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[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",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dasp_sample"
|
name = "dasp_sample"
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
|
@ -14011,7 +14025,7 @@ dependencies = [
|
||||||
"asynchronous-codec",
|
"asynchronous-codec",
|
||||||
"bytes 1.5.0",
|
"bytes 1.5.0",
|
||||||
"crossbeam-queue",
|
"crossbeam-queue",
|
||||||
"dashmap",
|
"dashmap 5.5.3",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-io",
|
"futures-io",
|
||||||
"futures-task",
|
"futures-task",
|
||||||
|
|
|
@ -330,7 +330,7 @@ cocoa = "0.25"
|
||||||
core-foundation = "0.9.3"
|
core-foundation = "0.9.3"
|
||||||
core-foundation-sys = "0.8.6"
|
core-foundation-sys = "0.8.6"
|
||||||
ctor = "0.2.6"
|
ctor = "0.2.6"
|
||||||
dashmap = "5.5.3"
|
dashmap = "6.0"
|
||||||
derive_more = "0.99.17"
|
derive_more = "0.99.17"
|
||||||
dirs = "4.0"
|
dirs = "4.0"
|
||||||
emojis = "0.6.1"
|
emojis = "0.6.1"
|
||||||
|
|
|
@ -30,7 +30,7 @@ chrono.workspace = true
|
||||||
clock.workspace = true
|
clock.workspace = true
|
||||||
clickhouse.workspace = true
|
clickhouse.workspace = true
|
||||||
collections.workspace = true
|
collections.workspace = true
|
||||||
dashmap = "5.4"
|
dashmap.workspace = true
|
||||||
envy = "0.4.2"
|
envy = "0.4.2"
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
google_ai.workspace = true
|
google_ai.workspace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue