From 299ace1c1a29e08693dcf3ebfe9d9fb5d894a4f2 Mon Sep 17 00:00:00 2001 From: pando85 Date: Thu, 12 Dec 2024 14:40:02 +0100 Subject: [PATCH] chore(deps): Update Rust crate hostname to 0.4 (#1665) Signed-off-by: Alexander Gil --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee4ad3a39..ed419bfd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ form_urlencoded = "1.2.0" futures = { version = "0.3.17", default-features = false } hashbrown = "0.15.0" home = "0.5.4" -hostname = "0.3" +hostname = "0.4" http = "1.1.0" http-body = "1.0.1" http-body-util = "0.1.2"