Update Rust crate if-addrs to 0.14.0

This commit is contained in:
RenovateBot 2025-07-09 06:03:48 +00:00
parent 324af987a3
commit 9110afbd66

View file

@ -27,7 +27,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"] }