Cleanup Cargo.toml

This commit is contained in:
Nicolas Luck
2023-10-17 22:09:34 +02:00
parent 0c9740fe52
commit 69a0725c30

View File

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