aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock17
-rw-r--r--crates/atuin-daemon/Cargo.toml2
2 files changed, 3 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4cba6ef8..6a424fec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -376,7 +376,7 @@ dependencies = [
"atuin-common",
"atuin-dotfiles",
"atuin-history",
- "dashmap 5.5.3",
+ "dashmap",
"eyre",
"hyper-util",
"lasso",
@@ -1256,19 +1256,6 @@ dependencies = [
[[package]]
name = "dashmap"
-version = "5.5.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
-dependencies = [
- "cfg-if",
- "hashbrown 0.14.5",
- "lock_api",
- "once_cell",
- "parking_lot_core",
-]
-
-[[package]]
-name = "dashmap"
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
@@ -2495,7 +2482,7 @@ version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
dependencies = [
- "dashmap 6.1.0",
+ "dashmap",
"hashbrown 0.14.5",
]
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index 90f875d5..36c04ee7 100644
--- a/crates/atuin-daemon/Cargo.toml
+++ b/crates/atuin-daemon/Cargo.toml
@@ -27,7 +27,7 @@ eyre = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
-dashmap = "5.5.3"
+dashmap = "6.1.0"
lasso = { version = "0.7", features = ["multi-threaded"] }
tonic-types = "0.14"
tonic = "0.14"