chore: Update futures-preview to 0.3.0-alpha.17 (#1267)

This commit is contained in:
Taiki Endo
2019-07-04 14:34:57 -07:00
committed by Carl Lerche
parent 0651f09427
commit 7b86acb71d
9 changed files with 12 additions and 23 deletions
+2 -2
View File
@@ -28,6 +28,6 @@ tokio-futures = { version = "0.2.0", path = "../tokio-futures" }
log = "0.4"
[dev-dependencies]
futures-preview = "0.3.0-alpha.16"
futures-preview = "0.3.0-alpha.17"
tokio-current-thread = { version = "0.2.0", path = "../tokio-current-thread" }
tokio-test = { version = "0.2.0", path = "../tokio-test" }
tokio-test = { version = "0.2.0", path = "../tokio-test" }
+2 -1
View File
@@ -9,7 +9,8 @@ use tokio_current_thread::block_on_all;
use tokio_io::AsyncRead;
use bytes::{Buf, BufMut, BytesMut, IntoBuf};
use futures::prelude::{FutureExt, StreamExt};
use futures::future::FutureExt;
use futures::stream::StreamExt;
const INITIAL_CAPACITY: usize = 8 * 1024;