Use libmdns 0.7 to avoid packet 47 error

This commit is contained in:
Gnarflord 2022-05-19 18:37:21 +02:00 committed by GitHub
parent 650d41b020
commit 10c9a0f8ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"