From a1a972b13ee6696901585abada157f9da02697c0 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 26 Dec 2023 14:30:23 +0100 Subject: [PATCH] feat: Update to if-addrs 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a93cf7..9407da7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["wot", "WebofThings"] wot-td = "0.3.1" mdns-sd = "0.10.1" thiserror = "1.0" -if-addrs = "0.10.1" +if-addrs = "0.11.0" hostname = "0.3" axum = "0.7.2" serde = "1.0.141"