From 7a4650c17fc78dd56db8c3591f35e0c47820115a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 9 Jul 2025 06:02:32 +0000 Subject: [PATCH] Update Rust crate if-addrs to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bb7fe8..3e231ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ public-ip = { version = "0.2.2", default-features = false, features = [ "tokio-dns-resolver", ] } async-std = { version = "1.12.0" } -if-addrs = { version = "0.13.0" } +if-addrs = { version = "0.14.0" } hostname = { version = "0.4.0" } trust-dns-resolver = { version = "0.23.2" } openxr = { version = "0.19.0", default-features = false, features = ["static"] } -- 2.47.1