From 19636596733266ef74d41e653d0ed5bb158e65ef Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 28 Feb 2025 09:02:24 +0000 Subject: [PATCH] Update Rust crate hostname to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ca7b98..c508609 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ public-ip = { version = "0.2.2", default-features = false, features = [ ] } async-std = { version = "1.12.0" } if-addrs = { version = "0.13.0" } -hostname = { version = "0.3.1" } +hostname = { version = "0.4.0" } trust-dns-resolver = { version = "0.23.2" } openxr = { version = "0.19.0", default-features = false, features = ["static"] } openvr = { version = "0.6.0" }