diff --git a/Cargo.lock b/Cargo.lock index 57967df..0d148ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,12 +892,13 @@ dependencies = [ [[package]] name = "dashmap" -version = "4.0.2" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c" +checksum = "c0834a35a3fce649144119e18da2a4d8ed12ef3862f47183fd46f625d072d96c" dependencies = [ "cfg-if", "num_cpus", + "parking_lot 0.12.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b6211d1..3b020d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ lazy_static = "1.4.0" mime_guess = "2.0.3" pdf = "0.7.1" regex = "1.4.3" -dashmap = "4.0.2" +dashmap = "5.1.0" reqwest = { version = "0.11.1", features = ["json", "blocking"] } webrtc-sdp = "0.3.8" bcrypt = "0.12.0"