tokio: Bump min version of tokio-sync (#1054)

It is needed for lock functionality which tokio now uses.
This commit is contained in:
Igor Gnatenko 2019-04-24 17:24:59 +02:00 committed by Carl Lerche
parent e5cf0cc717
commit abb014efc2

View File

@ -73,7 +73,7 @@ tokio-fs = { version = "0.1.6", optional = true }
tokio-io = { version = "0.1.6", optional = true }
tokio-executor = { version = "0.1.7", optional = true }
tokio-reactor = { version = "0.1.1", optional = true }
tokio-sync = { version = "0.1.3", optional = true, path = "../tokio-sync" }
tokio-sync = { version = "0.1.5", optional = true }
tokio-threadpool = { version = "0.1.13", optional = true }
tokio-tcp = { version = "0.1.0", optional = true }
tokio-udp = { version = "0.1.0", optional = true }