From 6d05bac2dd101d5375f491acd4f659f39ebfee18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 13:49:32 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b979676..bfe0923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ hyper-trust-dns = { version = "0.5.0", features = [ "dns-over-https-rustls", "rustls-webpki", ] } -hyper = { version = "0.14.27", features = ["full"] } +hyper = { version = "1.0.0", features = ["full"] } [features]