]> Repositorios git - scryer-prolog.git/commitdiff
Cleanup Cargo.toml
authorNicolas Luck <[email protected]>
Tue, 17 Oct 2023 20:09:34 +0000 (22:09 +0200)
committerNicolas Luck <[email protected]>
Tue, 17 Oct 2023 20:09:34 +0000 (22:09 +0200)
Cargo.toml

index 3f60f4bcd0daa592288e6293c3bc4fb3692c5b71..6366610a373a1ab507be8f4185c81fcbf61f4d8f 100644 (file)
@@ -79,8 +79,6 @@ 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.4", features = ["full"], optional = true }
-#hyper-util = { git = "https://github.com/hyperium/hyper-util.git" }
 warp = { version = "=0.3.5", features = ["tls"], optional = true }
 reqwest = { version = "0.11.18", features = ["blocking"], optional = true }
 tokio = { version = "1.28.2", features = ["full"] }