From c28cf298585e3e494bc224b1c7805a4cffb606f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 24 Feb 2024 21:01:09 +0100 Subject: [PATCH] Update libmdns to 0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- discovery/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index b30ddd99..22de4402 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -19,7 +19,7 @@ futures-core = "0.3" futures-util = "0.3" hmac = "0.12" hyper = { version = "0.14", features = ["http1", "server", "tcp"] } -libmdns = "0.7" +libmdns = "0.8" log = "0.4" rand = "0.8" serde_json = "1.0"