Merge pull request #155 from stjepang/lower-min-tokio-version

set minimum tokio version to 0.2
This commit is contained in:
Stjepan Glavina 2020-06-02 09:45:58 -07:00 committed by GitHub
commit 6f0b0b2a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ slab = "0.4.2"
socket2 = { version = "0.3.12", features = ["pair", "unix"] }
[dependencies.tokio]
version = "0.2.19"
version = "0.2"
default-features = false
features = ["rt-threaded"]
optional = true

View File

@ -34,7 +34,7 @@ signal-hook = "0.1.13"
smol = { path = "../", features = ["tokio02"] }
surf = { version = "2.0.0-alpha.1", default-features = false, features = ["h1-client"] }
tempfile = "3.1.0"
tokio = { version = "0.2.18", default-features = false }
tokio = { version = "0.2", default-features = false }
tungstenite = "0.10.1"
url = "2.1.1"