From a9015fec92b646017e45ba3f2592c4d3b1f62b7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:01:38 +0000 Subject: [PATCH] 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 a1c276b..5568d28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" axum = { version = "0.6.20", features = ["tracing"] } bytes = "1.5.0" clap = { version = "4.4.11", features = ["derive", "env"] } -hyper = "0.14.28" +hyper = "1.1.0" once_cell = "1.19.0" reqwest = "0.11.22" serde = { version = "1.0.193", features = ["derive"] }