diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 25 |
1 files changed, 20 insertions, 5 deletions
@@ -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", |
