Skip to content

Commit ffa0e04

Browse files
authored
Merge pull request snapview#2 from dovahcrow/tokio2
Update dependencies
2 parents 0c27799 + bb0957b commit ffa0e04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ stream = ["bytes"]
1919

2020
[dependencies]
2121
log = "0.4"
22-
futures-preview = { version = "0.3.0-alpha.19", features = ["async-await"] }
23-
pin-project = "0.4.0-alpha.9"
22+
futures = { version = "0.3", features = ["async-await"] }
23+
pin-project = "0.4"
2424
tokio-io = "0.2.0-alpha.6"
2525

2626
[dependencies.tungstenite]
@@ -49,4 +49,4 @@ version = "0.3.0-alpha.6"
4949
[dev-dependencies]
5050
tokio = "0.2.0-alpha.6"
5151
url = "2.0.0"
52-
env_logger = "0.6.1"
52+
env_logger = "0.7"

0 commit comments

Comments
 (0)