Revert "Rename hyper 1.0 to hyper and hyper 0.14 to hyper0 (#9254)"

This reverts commit 9d93dd4807.
This commit is contained in:
Vlad Lazar
2024-10-03 16:47:57 +01:00
parent 9d93dd4807
commit dec3ac064b
24 changed files with 22 additions and 34 deletions

View File

@@ -38,7 +38,7 @@ hostname.workspace = true
http.workspace = true
humantime.workspace = true
humantime-serde.workspace = true
hyper0.workspace = true
hyper.workspace = true
hyper1 = { package = "hyper", version = "1.2", features = ["server"] }
hyper-util = { version = "0.1", features = ["server", "http1", "http2", "tokio"] }
http-body-util = { version = "0.1" }

View File

@@ -90,8 +90,6 @@ use tokio::task::JoinError;
use tokio_util::sync::CancellationToken;
use tracing::warn;
extern crate hyper0 as hyper;
pub mod auth;
pub mod cache;
pub mod cancellation;