mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
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
18
Cargo.lock
generated
18
Cargo.lock
generated
@ -2459,7 +2459,7 @@ dependencies = [
|
||||
"collections",
|
||||
"completion",
|
||||
"ctor",
|
||||
"dashmap",
|
||||
"dashmap 6.0.1",
|
||||
"dev_server_projects",
|
||||
"editor",
|
||||
"env_logger",
|
||||
@ -3255,6 +3255,20 @@ dependencies = [
|
||||
"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]]
|
||||
name = "dasp_sample"
|
||||
version = "0.11.0"
|
||||
@ -14011,7 +14025,7 @@ dependencies = [
|
||||
"asynchronous-codec",
|
||||
"bytes 1.5.0",
|
||||
"crossbeam-queue",
|
||||
"dashmap",
|
||||
"dashmap 5.5.3",
|
||||
"futures-channel",
|
||||
"futures-io",
|
||||
"futures-task",
|
||||
|
@ -330,7 +330,7 @@ cocoa = "0.25"
|
||||
core-foundation = "0.9.3"
|
||||
core-foundation-sys = "0.8.6"
|
||||
ctor = "0.2.6"
|
||||
dashmap = "5.5.3"
|
||||
dashmap = "6.0"
|
||||
derive_more = "0.99.17"
|
||||
dirs = "4.0"
|
||||
emojis = "0.6.1"
|
||||
|
@ -30,7 +30,7 @@ chrono.workspace = true
|
||||
clock.workspace = true
|
||||
clickhouse.workspace = true
|
||||
collections.workspace = true
|
||||
dashmap = "5.4"
|
||||
dashmap.workspace = true
|
||||
envy = "0.4.2"
|
||||
futures.workspace = true
|
||||
google_ai.workspace = true
|
||||
|
Loading…
Reference in New Issue
Block a user