chore(dependencies): pin alphas to specific versions
This commit is contained in:
20
Cargo.toml
20
Cargo.toml
@@ -23,9 +23,9 @@ include = [
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "0.4.4"
|
bytes = "0.4.4"
|
||||||
futures-core-preview = { version = "0.3.0-alpha.18" }
|
futures-core-preview = { version = "=0.3.0-alpha.18" }
|
||||||
futures-channel-preview = { version = "0.3.0-alpha.18" }
|
futures-channel-preview = { version = "=0.3.0-alpha.18" }
|
||||||
futures-util-preview = { version = "0.3.0-alpha.18" }
|
futures-util-preview = { version = "=0.3.0-alpha.18" }
|
||||||
http = "0.1.15"
|
http = "0.1.15"
|
||||||
http-body = { git = "https://github.com/hyperium/http-body" }
|
http-body = { git = "https://github.com/hyperium/http-body" }
|
||||||
httparse = "1.0"
|
httparse = "1.0"
|
||||||
@@ -34,15 +34,15 @@ iovec = "0.1"
|
|||||||
itoa = "0.4.1"
|
itoa = "0.4.1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
net2 = { version = "0.2.32", optional = true }
|
net2 = { version = "0.2.32", optional = true }
|
||||||
pin-utils = "0.1.0-alpha.4"
|
pin-utils = "=0.1.0-alpha.4"
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
tokio = { version = "0.2.0-alpha.2", optional = true, default-features = false, features = ["rt-full"] }
|
tokio = { version = "=0.2.0-alpha.2", optional = true, default-features = false, features = ["rt-full"] }
|
||||||
tower-service = "=0.3.0-alpha.1"
|
tower-service = "=0.3.0-alpha.1"
|
||||||
tokio-executor = "0.2.0-alpha.2"
|
tokio-executor = "=0.2.0-alpha.2"
|
||||||
tokio-io = "0.2.0-alpha.2"
|
tokio-io = "=0.2.0-alpha.2"
|
||||||
tokio-sync = "0.2.0-alpha.2"
|
tokio-sync = "=0.2.0-alpha.2"
|
||||||
tokio-net = { version = "0.2.0-alpha.2", optional = true, features = ["tcp"] }
|
tokio-net = { version = "=0.2.0-alpha.2", optional = true, features = ["tcp"] }
|
||||||
tokio-timer = { version = "0.3.0-alpha.2", optional = true }
|
tokio-timer = { version = "=0.3.0-alpha.2", optional = true }
|
||||||
want = "0.3"
|
want = "0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user