Update priority-queue to 2.0

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2024-06-10 17:51:44 +00:00
parent 90625a71d0
commit 8ec9868ad5
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View file

@ -2150,12 +2150,13 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "priority-queue"
version = "1.4.0"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0bda9164fe05bc9225752d54aae413343c36f684380005398a6a8fde95fe785"
checksum = "70c501afe3a2e25c9bd219aa56ec1e04cdb3fcdd763055be268778c13fa82c1f"
dependencies = [
"autocfg",
"indexmap 1.9.3",
"equivalent",
"indexmap 2.2.3",
]
[[package]]

View file

@ -40,7 +40,7 @@ num-traits = "0.2"
once_cell = "1"
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
priority-queue = "1.2"
priority-queue = "2.0"
protobuf = "3"
quick-xml = { version = "0.31", features = ["serialize"] }
rand = "0.8"