1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

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

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"