Update tower-make to tokio-io v0.2.0-alpha.5

This commit is contained in:
Sean McArthur 2019-09-20 14:11:57 -07:00
parent f4a81d2c7d
commit 52075f3c6f
13 changed files with 30 additions and 28 deletions

View File

@ -32,8 +32,8 @@ pin-project = "=0.4.0-alpha.11"
indexmap = "1.0.2"
tracing = "0.1"
rand = "0.6.5"
tokio-sync = "=0.2.0-alpha.4"
tokio-timer = "=0.3.0-alpha.4"
tokio-sync = "=0.2.0-alpha.5"
tokio-timer = "=0.3.0-alpha.5"
tower-discover = { version = "=0.3.0-alpha.1", path = "../tower-discover" }
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
tower-load = { version = "=0.3.0-alpha.1", path = "../tower-load" }
@ -45,9 +45,9 @@ slab = "0.4"
tracing-subscriber = "0.1.1"
hdrhistogram = "6.0"
quickcheck = { version = "0.6", default-features = false }
tokio = "=0.2.0-alpha.4"
tokio-executor = "=0.2.0-alpha.4"
tokio-test = "=0.2.0-alpha.4"
tokio = "=0.2.0-alpha.5"
tokio-executor = "=0.2.0-alpha.5"
tokio-test = "=0.2.0-alpha.5"
tower-buffer = { version = "=0.3.0-alpha.1b", path = "../tower-buffer" }
tower-limit = { version = "=0.3.0-alpha.1", path = "../tower-limit" }
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }

View File

@ -30,11 +30,11 @@ futures-core-preview = "=0.3.0-alpha.18"
pin-project = { version = "=0.4.0-alpha.11", features = ["project_attr"] }
tower-service = "=0.3.0-alpha.1"
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
tokio-executor = "=0.2.0-alpha.4"
tokio-sync = "=0.2.0-alpha.4"
tokio-executor = "=0.2.0-alpha.5"
tokio-sync = "=0.2.0-alpha.5"
tracing = "0.1.2"
[dev-dependencies]
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
tokio-test = { version = "=0.2.0-alpha.4" }
tokio-test = { version = "=0.2.0-alpha.5" }
futures-util-preview = "=0.3.0-alpha.18"

View File

@ -31,6 +31,6 @@ futures-core-preview = "=0.3.0-alpha.18"
[dev-dependencies]
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
tokio-test = "=0.2.0-alpha.4"
tokio = "=0.2.0-alpha.4"
tokio-test = "=0.2.0-alpha.5"
tokio = "=0.2.0-alpha.5"
futures-util-preview = "=0.3.0-alpha.18"

View File

@ -25,11 +25,11 @@ edition = "2018"
futures-core-preview = "=0.3.0-alpha.18"
tower-service = "=0.3.0-alpha.1"
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
tokio-sync = "=0.2.0-alpha.4"
tokio-timer = "=0.3.0-alpha.4"
tokio-sync = "=0.2.0-alpha.5"
tokio-timer = "=0.3.0-alpha.5"
pin-project = "=0.4.0-alpha.11"
[dev-dependencies]
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
tokio-test = "=0.2.0-alpha.4"
tokio-test = "=0.2.0-alpha.5"
futures-util-preview = "=0.3.0-alpha.18"

View File

@ -29,6 +29,6 @@ pin-project = { version = "=0.4.0-alpha.11", features = ["project_attr"] }
futures-core-preview = "=0.3.0-alpha.18"
[dev-dependencies]
tokio-test = "=0.2.0-alpha.4"
tokio-test = "=0.2.0-alpha.5"
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
futures-util-preview = "=0.3.0-alpha.18"

View File

@ -24,11 +24,11 @@ edition = "2018"
[dependencies]
futures-core-preview = "=0.3.0-alpha.18"
log = "0.4.1"
tokio-timer = "=0.3.0-alpha.4"
tokio-timer = "=0.3.0-alpha.5"
tower-service = "=0.3.0-alpha.1"
tower-discover = { version = "=0.3.0-alpha.1", path = "../tower-discover" }
pin-project = "=0.4.0-alpha.11"
[dev-dependencies]
tokio-test = "=0.2.0-alpha.4"
tokio-test = "=0.2.0-alpha.5"
futures-util-preview = "=0.3.0-alpha.18"

View File

@ -17,5 +17,7 @@ edition = "2018"
io = ["tokio-io"]
[dependencies]
tokio-io = { version = "=0.2.0-alpha.4", optional = true }
# we don't use any of the possibly unstable io bits, so we can be loose
# about the exact alpha version
tokio-io = { version = "0.2.0-alpha.5", optional = true }
tower-service = "=0.3.0-alpha.1"

View File

@ -24,11 +24,11 @@ edition = "2018"
[dependencies]
tower-service = "=0.3.0-alpha.1"
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
tokio-timer = "=0.3.0-alpha.4"
tokio-timer = "=0.3.0-alpha.5"
pin-project = { version = "=0.4.0-alpha.11", features = ["project_attr"] }
futures-core-preview = "=0.3.0-alpha.18"
[dev-dependencies]
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
tokio-test = "=0.2.0-alpha.4"
tokio-test = "=0.2.0-alpha.5"
futures-util-preview = "=0.3.0-alpha.18"

View File

@ -27,9 +27,9 @@ futures-util-preview = "=0.3.0-alpha.18"
pin-project = "=0.4.0-alpha.11"
tower-service = "=0.3.0-alpha.1"
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
tokio-executor = "=0.2.0-alpha.4"
tokio-sync = "=0.2.0-alpha.4"
tokio-executor = "=0.2.0-alpha.5"
tokio-sync = "=0.2.0-alpha.5"
[dev-dependencies]
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
tokio-test = "=0.2.0-alpha.4"
tokio-test = "=0.2.0-alpha.5"

View File

@ -24,7 +24,7 @@ edition = "2018"
[dependencies]
futures-util-preview = "=0.3.0-alpha.18"
futures-executor-preview = "=0.3.0-alpha.18"
tokio-test = "=0.2.0-alpha.4"
tokio-sync = "=0.2.0-alpha.4"
tokio-test = "=0.2.0-alpha.5"
tokio-sync = "=0.2.0-alpha.5"
tower-service = "=0.3.0-alpha.1"
pin-project = "=0.4.0-alpha.11"

View File

@ -24,5 +24,5 @@ edition = "2018"
[dependencies]
tower-service = "=0.3.0-alpha.1"
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
tokio-timer = "=0.3.0-alpha.4"
tokio-timer = "=0.3.0-alpha.5"
pin-project = "=0.4.0-alpha.11"

View File

@ -31,7 +31,7 @@ futures-core-preview = "=0.3.0-alpha.18"
[dev-dependencies]
futures-util-preview = "=0.3.0-alpha.18"
tokio-test = "=0.2.0-alpha.4"
tokio = "=0.2.0-alpha.4"
tokio-test = "=0.2.0-alpha.5"
tokio = "=0.2.0-alpha.5"
tower = { version = "=0.3.0-alpha.1a", path = "../tower" }
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }

View File

@ -43,5 +43,5 @@ futures-core-preview = "=0.3.0-alpha.18"
env_logger = { version = "0.5.3", default-features = false }
futures-util-preview = "=0.3.0-alpha.18"
log = "0.4.1"
tokio = "=0.2.0-alpha.4"
tokio = "=0.2.0-alpha.5"
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }