diff --git a/Cargo.toml b/Cargo.toml index 05ea882..3d9f83f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ async-tungstenite = { version = "0.23", features = ["async-native-tls"] } ctrlc = "3" doc-comment = "0.3" futures = "0.3" -http = "0.2" +http = "1.0" http-types = "2" hyper = { version = "0.14", default-features = false, features = ["client", "http1", "server", "stream"] } native-tls = "0.2"