Skip to content

Commit 283522b

Browse files
95thseanmonstar
authored andcommitted
chore(dependencies): Upgrade futures version (#1877)
1 parent db86e55 commit 283522b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 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.16" }
27-
futures-channel-preview = { version = "0.3.0-alpha.16" }
28-
futures-util-preview = { version = "0.3.0-alpha.16" }
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" }
2929
http = "0.1.15"
3030
http-body = "0.1"
3131
httparse = "1.0"

0 commit comments

Comments
 (0)