chore(dependencies): require tokio 0.2.11 (#2252)

Closes #2250
This commit is contained in:
JohnMartin95
2020-07-28 19:49:09 -04:00
committed by GitHub
parent b5d5e21449
commit f4f14b30e3

View File

@@ -33,7 +33,7 @@ tracing = { version = "0.1", default-features = false, features = ["log", "std"]
pin-project = "0.4.20"
time = "0.1"
tower-service = "0.3"
tokio = { version = "0.2.5", features = ["sync"] }
tokio = { version = "0.2.11", features = ["sync"] }
want = "0.3"
# Optional