From fd992be733f61bbce7fb1d764a14e7ed9973c43c Mon Sep 17 00:00:00 2001 From: Edoardo Morandi Date: Thu, 4 May 2023 09:47:22 +0200 Subject: [PATCH] build!: bump wot-td to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c35ee3..95ad4c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/sifis-home/wot-serve" keywords = ["wot", "WebofThings"] [dependencies] -wot-td = "0.2.0" +wot-td = "0.3.1" mdns-sd = "0.7.1" thiserror = "1.0" if-addrs = "0.10.1"