1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-22 05:19:21 +00:00

Updated dashmap

This commit is contained in:
Pierre HUBERT 2022-03-09 20:04:56 +01:00
parent 5e9e1ee02b
commit 1857ae5e08
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -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]]

View File

@ -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"