chore(deps): update dashmap to version 7.0.0-rc2

This commit is contained in:
Tunglies
2025-07-01 02:02:14 +08:00
Unverified
parent 6e3313f00d
commit 5befa90f81
2 changed files with 16 additions and 2 deletions

16
src-tauri/Cargo.lock generated
View File

@@ -1070,7 +1070,7 @@ dependencies = [
"base64 0.22.1",
"boa_engine",
"chrono",
"dashmap 6.1.0",
"dashmap 7.0.0-rc2",
"deelevate",
"delay_timer",
"dirs 6.0.0",
@@ -1513,6 +1513,20 @@ dependencies = [
"parking_lot_core",
]
[[package]]
name = "dashmap"
version = "7.0.0-rc2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a1e35a65fe0538a60167f0ada6e195ad5d477f6ddae273943596d4a1a5730b"
dependencies = [
"cfg-if",
"crossbeam-utils",
"equivalent",
"hashbrown 0.15.4",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "data-encoding"
version = "2.9.0"

View File

@@ -82,7 +82,7 @@ sha2 = "0.10.9"
hex = "0.4.3"
scopeguard = "1.2.0"
tauri-plugin-notification = "2.3.0"
dashmap = "6.1.0"
dashmap = "7.0.0-rc2"
[target.'cfg(windows)'.dependencies]
runas = "=1.2.0"