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

@@ -22,7 +22,7 @@ chrono.workspace = true
git-version.workspace = true
hex = { workspace = true, features = ["serde"] }
humantime.workspace = true
hyper0 = { workspace = true, features = ["full"] }
hyper = { workspace = true, features = ["full"] }
fail.workspace = true
futures = { workspace = true}
jsonwebtoken.workspace = true

View File

@@ -2,8 +2,6 @@
//! between other crates in this repository.
#![deny(clippy::undocumented_unsafe_blocks)]
extern crate hyper0 as hyper;
pub mod backoff;
/// `Lsn` type implements common tasks on Log Sequence Numbers