Skip to content

Commit 292bb5f

Browse files
committed
chore(dependencies): update to futures alpha 18
Closes #1897
1 parent 7508bd8 commit 292bb5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ include = [
2323

2424
[dependencies]
2525
bytes = "0.4.4"
26-
futures-core-preview = { version = "0.3.0-alpha.17" }
27-
futures-channel-preview = { version = "0.3.0-alpha.17" }
28-
futures-util-preview = { version = "0.3.0-alpha.17" }
26+
futures-core-preview = { version = "0.3.0-alpha.18" }
27+
futures-channel-preview = { version = "0.3.0-alpha.18" }
28+
futures-util-preview = { version = "0.3.0-alpha.18" }
2929
http = "0.1.15"
3030
http-body = "0.1"
3131
httparse = "1.0"
@@ -37,7 +37,7 @@ net2 = { version = "0.2.32", optional = true }
3737
pin-utils = "0.1.0-alpha.4"
3838
time = "0.1"
3939
tokio = { version = "0.2.0-alpha.2", optional = true, default-features = false, features = ["rt-full"] }
40-
tokio-buf = "0.2.0-alpha.1"
40+
#tokio-buf = "0.2.0-alpha.1"
4141
tokio-executor = "0.2.0-alpha.2"
4242
tokio-io = "0.2.0-alpha.2"
4343
tokio-sync = "0.2.0-alpha.2"

0 commit comments

Comments
 (0)