mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-30 06:21:17 +00:00
Pin all the alpha based dependencies (#339)
Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
This commit is contained in:
parent
921325ac2d
commit
fb124a14f0
@ -27,30 +27,30 @@ log = ["tracing/log"]
|
||||
default = ["log"]
|
||||
|
||||
[dependencies]
|
||||
futures-util-preview = "0.3.0-alpha.18"
|
||||
futures-core-preview = "0.3.0-alpha.18"
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
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"
|
||||
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" }
|
||||
tower-service = "0.3.0-alpha.1"
|
||||
tower-make = { version = "0.3.0-alpha.1", path = "../tower-make" }
|
||||
tower-util = { version = "0.3.0-alpha.1", path = "../tower-util" }
|
||||
tokio-sync = "=0.2.0-alpha.4"
|
||||
tokio-timer = "=0.3.0-alpha.4"
|
||||
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" }
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
tower-make = { version = "=0.3.0-alpha.1", path = "../tower-make" }
|
||||
tower-util = { version = "=0.3.0-alpha.1", path = "../tower-util" }
|
||||
slab = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
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"
|
||||
tower-buffer = { version = "0.3.0-alpha.1", 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" }
|
||||
tower = { version = "0.3.0-alpha.1", path = "../tower" }
|
||||
tokio = "=0.2.0-alpha.4"
|
||||
tokio-executor = "=0.2.0-alpha.4"
|
||||
tokio-test = "=0.2.0-alpha.4"
|
||||
tower-buffer = { version = "=0.3.0-alpha.1", 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" }
|
||||
tower = { version = "=0.3.0-alpha.1", path = "../tower" }
|
||||
|
@ -26,15 +26,15 @@ log = ["tracing/log"]
|
||||
default = ["log"]
|
||||
|
||||
[dependencies]
|
||||
futures-core-preview = "0.3.0-alpha.18"
|
||||
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"
|
||||
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"
|
||||
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" }
|
||||
futures-util-preview = "0.3.0-alpha.18"
|
||||
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
|
||||
tokio-test = { version = "=0.2.0-alpha.4" }
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
|
@ -22,6 +22,6 @@ categories = ["asynchronous", "network-programming"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures-core-preview = "0.3.0-alpha.18"
|
||||
tower-service = "0.3.0-alpha.1"
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
pin-project = "=0.4.0-alpha.11"
|
||||
|
@ -24,13 +24,13 @@ edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
tower-service = "0.3.0-alpha.1"
|
||||
tower-layer = { version = "0.3.0-alpha.1", path = "../tower-layer" }
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
|
||||
pin-project = { version = "=0.4.0-alpha.11", features = ["project_attr"] }
|
||||
futures-core-preview = "0.3.0-alpha.18"
|
||||
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"
|
||||
futures-util-preview = "0.3.0-alpha.18"
|
||||
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
|
||||
tokio-test = "=0.2.0-alpha.4"
|
||||
tokio = "=0.2.0-alpha.4"
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
|
@ -22,8 +22,8 @@ categories = ["asynchronous", "network-programming"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures-core-preview = "0.3.0-alpha.18"
|
||||
tower-service = "0.3.0-alpha.1"
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
|
||||
[dev-dependencies]
|
||||
void = "1.0.2"
|
||||
|
@ -22,14 +22,14 @@ categories = ["asynchronous", "network-programming"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
futures-util-preview = "0.3.0-alpha.18"
|
||||
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
|
||||
tokio-test = "=0.2.0-alpha.4"
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
|
@ -23,12 +23,12 @@ categories = ["asynchronous", "network-programming"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
tower-service = "0.3.0-alpha.1"
|
||||
tower-layer = { version = "0.3.0-alpha.1", path = "../tower-layer" }
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
|
||||
pin-project = { version = "=0.4.0-alpha.11", features = ["project_attr"] }
|
||||
futures-core-preview = "0.3.0-alpha.18"
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio-test = "0.2.0-alpha.4"
|
||||
tower-test = { version = "0.3.0-alpha.1", path = "../tower-test" }
|
||||
futures-util-preview = "0.3.0-alpha.18"
|
||||
tokio-test = "=0.2.0-alpha.4"
|
||||
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
|
@ -23,13 +23,13 @@ edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
futures-core-preview = "0.3.0-alpha.18"
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
log = "0.4.1"
|
||||
tokio-timer = "0.3.0-alpha.4"
|
||||
tower-service = "0.3.0-alpha.1"
|
||||
tower-discover = { version = "0.3.0-alpha.1", path = "../tower-discover" }
|
||||
tokio-timer = "=0.3.0-alpha.4"
|
||||
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"
|
||||
futures-util-preview = "0.3.0-alpha.18"
|
||||
tokio-test = "=0.2.0-alpha.4"
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
|
@ -24,6 +24,6 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.1"
|
||||
tower-service = "0.3.0-alpha.1"
|
||||
tower-make = { version = "0.3.0-alpha.1", path = "../tower-make" }
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
tower-make = { version = "=0.3.0-alpha.1", path = "../tower-make" }
|
||||
pin-project = "=0.4.0-alpha.11"
|
||||
|
@ -22,13 +22,13 @@ categories = ["asynchronous", "network-programming"]
|
||||
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"
|
||||
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"
|
||||
pin-project = { version = "=0.4.0-alpha.11", features = ["project_attr"] }
|
||||
futures-core-preview = "0.3.0-alpha.18"
|
||||
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"
|
||||
futures-util-preview = "0.3.0-alpha.18"
|
||||
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
|
||||
tokio-test = "=0.2.0-alpha.4"
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
|
@ -23,15 +23,15 @@ edition = "2018"
|
||||
publish = false # FIXME
|
||||
|
||||
[dependencies]
|
||||
futures-core-preview = "0.3.0-alpha.18"
|
||||
futures-util-preview = "0.3.0-alpha.18"
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
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" }
|
||||
tower-util = { version = "0.3.0-alpha.1", path = "../tower-util" }
|
||||
tokio-executor = "0.2.0-alpha.4"
|
||||
tokio-sync = "0.2.0-alpha.4"
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
|
||||
tower-util = { version = "=0.3.0-alpha.1", path = "../tower-util" }
|
||||
tokio-executor = "=0.2.0-alpha.4"
|
||||
tokio-sync = "=0.2.0-alpha.4"
|
||||
|
||||
[dev-dependencies]
|
||||
tower-test = { version = "0.3.0-alpha.1", path = "../tower-test" }
|
||||
tokio-test = "0.2.0-alpha.4"
|
||||
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
|
||||
tokio-test = "=0.2.0-alpha.4"
|
||||
|
@ -22,9 +22,9 @@ categories = ["asynchronous", "network-programming"]
|
||||
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.2"
|
||||
tokio-sync = "0.2.0-alpha.2"
|
||||
tower-service = "0.3.0-alpha.1"
|
||||
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"
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
pin-project = "=0.4.0-alpha.11"
|
||||
|
@ -22,7 +22,7 @@ categories = ["asynchronous", "network-programming"]
|
||||
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.1"
|
||||
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"
|
||||
pin-project = "=0.4.0-alpha.11"
|
||||
|
@ -24,14 +24,14 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
tower-layer = { version = "0.3.0-alpha.1", path = "../tower-layer" }
|
||||
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
|
||||
pin-project = { version = "=0.4.0-alpha.11", features = ["project_attr"] }
|
||||
futures-util-preview = "0.3.0-alpha.18"
|
||||
futures-core-preview = "0.3.0-alpha.18"
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
|
||||
[dev-dependencies]
|
||||
futures-util-preview = "0.3.0-alpha.18"
|
||||
tokio-test = "0.2.0-alpha.1"
|
||||
tokio = "0.2.0-alpha.1"
|
||||
tower = { version = "0.3.0-alpha.1", path = "../tower" }
|
||||
tower-test = { version = "0.3.0-alpha.1", path = "../tower-test" }
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
tokio-test = "=0.2.0-alpha.4"
|
||||
tokio = "=0.2.0-alpha.4"
|
||||
tower = { version = "=0.3.0-alpha.1", path = "../tower" }
|
||||
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
|
||||
|
@ -28,21 +28,20 @@ default = ["full"]
|
||||
full = []
|
||||
|
||||
[dependencies]
|
||||
tower-buffer = { version = "0.3.0-alpha.1", path = "../tower-buffer" }
|
||||
tower-discover = { version = "0.3.0-alpha.1", path = "../tower-discover" }
|
||||
tower-layer = { version = "0.3.0-alpha.1", path = "../tower-layer" }
|
||||
tower-limit = { version = "0.3.0-alpha.1", path = "../tower-limit" }
|
||||
tower-load-shed = { version = "0.3.0-alpha.1", path = "../tower-load-shed" }
|
||||
tower-retry = { version = "0.3.0-alpha.1", path = "../tower-retry" }
|
||||
tower-service = "0.3.0-alpha.1"
|
||||
tower-timeout = { version = "0.3.0-alpha.1", path = "../tower-timeout" }
|
||||
#tower-util = { version = "0.3.0-alpha.1", path = "../tower-util", features = ["io"] }
|
||||
tower-util = { version = "0.3.0-alpha.1", path = "../tower-util" }
|
||||
futures-core-preview = "0.3.0-alpha.18"
|
||||
tower-buffer = { version = "=0.3.0-alpha.1", path = "../tower-buffer" }
|
||||
tower-discover = { version = "=0.3.0-alpha.1", path = "../tower-discover" }
|
||||
tower-layer = { version = "=0.3.0-alpha.1", path = "../tower-layer" }
|
||||
tower-limit = { version = "=0.3.0-alpha.1", path = "../tower-limit" }
|
||||
tower-load-shed = { version = "=0.3.0-alpha.1", path = "../tower-load-shed" }
|
||||
tower-retry = { version = "=0.3.0-alpha.1", path = "../tower-retry" }
|
||||
tower-service = "=0.3.0-alpha.1"
|
||||
tower-timeout = { version = "=0.3.0-alpha.1", path = "../tower-timeout" }
|
||||
tower-util = { version = "=0.3.0-alpha.1", path = "../tower-util" }
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = { version = "0.5.3", default-features = false }
|
||||
futures-util-preview = "0.3.0-alpha.18"
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
log = "0.4.1"
|
||||
tokio = "0.2.0-alpha.1"
|
||||
tower-test = { version = "0.3.0-alpha.1", path = "../tower-test" }
|
||||
tokio = "=0.2.0-alpha.4"
|
||||
tower-test = { version = "=0.3.0-alpha.1", path = "../tower-test" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user