Update futures-lite

This commit is contained in:
Stjepan Glavina 2020-07-20 00:56:40 +02:00
parent 7a73c22814
commit 07ea6cc9f7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ async-tungstenite = { version = "0.4.2", features = ["async-native-tls"] }
base64 = "0.12.0"
ctrlc = "3.1.4"
futures = "0.3.5"
futures-lite = { path = "../futures-lite" }
futures-lite = "0.1.5"
http = "0.2.1"
http-types = "1.2.0"
hyper = { version = "0.13.5", default-features = false, features = ["stream"] }