diff --git a/Cargo.toml b/Cargo.toml index 94a67ef..024341d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,6 @@ keywords = ["http", "proxy", "http-proxy"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hyper = { version = "1.0.1", features = ["http1", "server", "client"] } tokio = { version = "1.34.0", features = [ "macros", "rt", @@ -23,6 +22,7 @@ tokio = { version = "1.34.0", features = [ "io-util", "net", ] } +hyper = { version = "1.0.1", features = ["http1", "server", "client"] } futures = "0.3.29" bytes = "1.5.0" http-body-util = "0.1.0"