From b37e1e260ea097f9b5b9490eff4a752ad919606f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:09:38 +0000 Subject: [PATCH] chore(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 86ea7b8..ae0ed54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" [workspace.dependencies] axum = { version = "0.6", features = ["headers"] } tower = "0.4" -hyper = "0.14" +hyper = "1.0" tokio = { version = "1.33", features = ["rt", "macros", "fs", "io-util"] } futures-lite = "2.2" flume = "0.11"