chore(dependencies): update http-body to alpha.2

This commit is contained in:
Sean McArthur
2019-10-01 10:19:07 -07:00
parent 5b348b821c
commit 7601fc6b8d

View File

@@ -21,17 +21,16 @@ include = [
[dependencies]
bytes = "0.4.4"
futures-core-preview = { version = "=0.3.0-alpha.19" }
futures-channel-preview = { version = "=0.3.0-alpha.19" }
futures-util-preview = { version = "=0.3.0-alpha.19" }
futures-core-preview = "=0.3.0-alpha.19"
futures-channel-preview = "=0.3.0-alpha.19"
futures-util-preview = "=0.3.0-alpha.19"
http = "0.1.15"
http-body = "=0.2.0-alpha.1"
http-body = "=0.2.0-alpha.2"
httparse = "1.0"
h2 = "=0.2.0-alpha.3"
iovec = "0.1"
itoa = "0.4.1"
log = "0.4"
net2 = { version = "0.2.32", optional = true }
pin-project = "0.4"
time = "0.1"
tower-service = "=0.3.0-alpha.2"
@@ -43,6 +42,7 @@ want = "0.3"
# Optional
net2 = { version = "0.2.32", optional = true }
tokio = { version = "=0.2.0-alpha.6", optional = true, default-features = false, features = ["rt-full"] }
tokio-net = { version = "=0.2.0-alpha.6", optional = true, features = ["tcp"] }
tokio-timer = { version = "=0.3.0-alpha.6", optional = true }