From 10c9a0f8eab743a2d59268eed0a2eac53a270ab8 Mon Sep 17 00:00:00 2001 From: Gnarflord Date: Thu, 19 May 2022 18:37:21 +0200 Subject: [PATCH] Use libmdns 0.7 to avoid packet 47 error --- discovery/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index 9b4d415e..4dccdc1e 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -15,7 +15,7 @@ form_urlencoded = "1.0" futures-core = "0.3" hmac = "0.11" hyper = { version = "0.14", features = ["server", "http1", "tcp"] } -libmdns = "0.6" +libmdns = "0.7" log = "0.4" rand = "0.8" serde_json = "1.0.25"