Skip to content

Commit

Permalink
Merge pull request snapview#2 from dovahcrow/tokio2
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dbcfd authored Nov 14, 2019
2 parents 0c27799 + bb0957b commit ffa0e04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ stream = ["bytes"]

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

[dependencies.tungstenite]
Expand Down Expand Up @@ -49,4 +49,4 @@ version = "0.3.0-alpha.6"
[dev-dependencies]
tokio = "0.2.0-alpha.6"
url = "2.0.0"
env_logger = "0.6.1"
env_logger = "0.7"

0 comments on commit ffa0e04

Please sign in to comment.