From 9af6d4dd33266b2376e037af8f673a17dc04a22f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 13:58:42 +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 1f266a9..58208b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ eyre = "0.6.12" url = "2.5.0" futures = "0.3.30" http = { version = "0.2.12" } -hyper = { version = "0.14.28", features = ["client", "server", "stream"] } +hyper = { version = "1.0.0", features = ["client", "server", "stream"] } hyper-rustls = { version = "0.24.2", features = ["http2"] } tokio-util = { version = "0.7.11", features = ["compat"] } tokio = { version = "1.37", features = ["rt-multi-thread", "macros"] }