From 219ee520cc013f40dae2ed075034f2da98b5d0c6 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 26 Dec 2023 14:04:11 +0100 Subject: [PATCH] chore: Bump mdns-sd to 0.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26bc185..8d40896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["wot", "WebofThings"] [dependencies] wot-td = "0.3.1" -mdns-sd = "0.9.2" +mdns-sd = "0.10.1" thiserror = "1.0" if-addrs = "0.10.1" hostname = "0.3"