Skip to content

Commit

Permalink
Update to tokio '0.2.0-alpha.5'. (hyperium#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jebrosen authored and quininer committed Sep 25, 2019
1 parent 0386abc commit 41b25ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ appveyor = { repository = "quininer/tokio-rustls" }

[dependencies]
smallvec = "0.6"
tokio-io = "=0.2.0-alpha.4"
tokio-io = "=0.2.0-alpha.5"
futures-core-preview = "=0.3.0-alpha.18"
rustls = "0.16"
webpki = "0.21"
Expand All @@ -26,7 +26,7 @@ webpki = "0.21"
early-data = []

[dev-dependencies]
tokio = "=0.2.0-alpha.4"
tokio = "=0.2.0-alpha.5"
futures-util-preview = "0.3.0-alpha.18"
lazy_static = "1"
webpki-roots = "0.17"

0 comments on commit 41b25ec

Please sign in to comment.