Add back needed dep. hyper-util and upgrade hyper to rc4

This commit is contained in:
Nicolas Luck
2023-08-30 20:00:56 +02:00
parent 4d19c437e0
commit 2b018be392
2 changed files with 67 additions and 5 deletions

View File

@@ -75,7 +75,8 @@ crossterm = { version = "0.20.0", optional = true }
ctrlc = { version = "3.2.2", optional = true }
rustyline = { version = "12.0.0", optional = true }
native-tls = { version = "0.2.4", optional = true }
hyper = { version = "=1.0.0-rc.3", features = ["full"], optional = true }
hyper = { version = "=1.0.0-rc.4", features = ["full"], optional = true }
hyper-util = { git = "https://github.com/hyperium/hyper-util.git" }
reqwest = { version = "0.11.18", features = ["blocking"], optional = true }
tokio = { version = "1.28.2", features = ["full"] }