aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-16 22:35:46 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-16 22:35:47 -0400
commite0a9b18f45858829f88cbe20611aaf696fc5bf6a (patch)
treebaef5abb258a7857fabb3f084627acd9a469677f /Cargo.lock
parentef056edf92b678265a4666e1f9405e3b0ce66a42 (diff)
restore support for volume commands
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock25
1 files changed, 20 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 48bce4a..0373af6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -505,6 +505,20 @@ dependencies = [
]
[[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",
+ "lock_api",
+ "once_cell",
+ "parking_lot_core",
+]
+
+[[package]]
name = "data-encoding"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1335,7 +1349,7 @@ checksum = "c325dfab65f261f386debee8b0969da215b3fa0037e74c8a1234db7ba986d803"
dependencies = [
"crossbeam-channel",
"crossbeam-utils",
- "dashmap",
+ "dashmap 5.5.3",
"skeptic",
"smallvec",
"tagptr",
@@ -2433,7 +2447,7 @@ dependencies = [
"bytes",
"chrono",
"command_attr",
- "dashmap",
+ "dashmap 5.5.3",
"flate2",
"futures",
"fxhash",
@@ -2579,7 +2593,7 @@ dependencies = [
"audiopus",
"byteorder",
"crypto_secretbox",
- "dashmap",
+ "dashmap 5.5.3",
"derivative",
"discortp",
"flume",
@@ -2987,12 +3001,13 @@ dependencies = [
[[package]]
name = "thulani"
-version = "0.3.1"
+version = "0.4.0"
dependencies = [
"anyhow",
"bytemuck",
"chrono",
"clap",
+ "dashmap 6.0.1",
"deadpool-postgres",
"diesel",
"diesel-async",
@@ -3446,7 +3461,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb704842c709bc76f63e99e704cb208beeccca2abbabd0d9aec02e48ca1cee0f"
dependencies = [
"chrono",
- "dashmap",
+ "dashmap 5.5.3",
"hashbrown",
"mini-moka",
"parking_lot",