mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Use libmdns 0.7 to avoid packet 47 error
This commit is contained in:
parent
650d41b020
commit
10c9a0f8ea
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ form_urlencoded = "1.0"
|
||||||
futures-core = "0.3"
|
futures-core = "0.3"
|
||||||
hmac = "0.11"
|
hmac = "0.11"
|
||||||
hyper = { version = "0.14", features = ["server", "http1", "tcp"] }
|
hyper = { version = "0.14", features = ["server", "http1", "tcp"] }
|
||||||
libmdns = "0.6"
|
libmdns = "0.7"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
serde_json = "1.0.25"
|
serde_json = "1.0.25"
|
||||||
|
|
Loading…
Reference in a new issue