We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c27799 + bb0957b commit ffa0e04Copy full SHA for ffa0e04
Cargo.toml
@@ -19,8 +19,8 @@ stream = ["bytes"]
19
20
[dependencies]
21
log = "0.4"
22
-futures-preview = { version = "0.3.0-alpha.19", features = ["async-await"] }
23
-pin-project = "0.4.0-alpha.9"
+futures = { version = "0.3", features = ["async-await"] }
+pin-project = "0.4"
24
tokio-io = "0.2.0-alpha.6"
25
26
[dependencies.tungstenite]
@@ -49,4 +49,4 @@ version = "0.3.0-alpha.6"
49
[dev-dependencies]
50
tokio = "0.2.0-alpha.6"
51
url = "2.0.0"
52
-env_logger = "0.6.1"
+env_logger = "0.7"
0 commit comments