mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Update governor
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
054074c920
commit
6b0e12fe7b
2 changed files with 240 additions and 262 deletions
500
Cargo.lock
generated
500
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -22,7 +22,7 @@ dns-sd = { version = "0.1", optional = true }
|
|||
form_urlencoded = "1.0"
|
||||
futures-core = "0.3"
|
||||
futures-util = { version = "0.3", features = ["alloc", "bilock", "sink", "unstable"] }
|
||||
governor = { version = "0.5", default-features = false, features = ["std", "jitter"] }
|
||||
governor = { version = "0.6", default-features = false, features = ["std", "jitter"] }
|
||||
hex = "0.4"
|
||||
hmac = "0.12"
|
||||
httparse = "1.7"
|
||||
|
|
Loading…
Reference in a new issue