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

Update tempfile

This commit is contained in:
Roderick van Domburg 2022-01-08 21:27:45 +01:00
parent 5cc3040bd8
commit f202f364c9
No known key found for this signature in database
GPG key ID: A9EF5222A26F0451
2 changed files with 13 additions and 4 deletions

View file

@ -19,6 +19,6 @@ futures-util = "0.3"
hyper = { version = "0.14", features = ["client"] }
log = "0.4"
parking_lot = { version = "0.11", features = ["deadlock_detection"] }
tempfile = "3.1"
tempfile = "3"
thiserror = "1.0"
tokio = { version = "1", features = ["macros", "parking_lot", "sync"] }