From 3b8ee2d9919283221226d469804a274b94fdaec2 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 1 Oct 2019 02:32:37 +0900 Subject: chore: update futures-preview to 0.3.0-alpha.19 (#1610) --- tokio-test/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tokio-test') diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml index f97e85b7..23b96ad9 100644 --- a/tokio-test/Cargo.toml +++ b/tokio-test/Cargo.toml @@ -26,11 +26,11 @@ tokio-io = { version = "=0.2.0-alpha.5", path = "../tokio-io" } tokio-sync = { version = "=0.2.0-alpha.5", path = "../tokio-sync" } tokio-timer = { version = "=0.3.0-alpha.5", path = "../tokio-timer" } -futures-core-preview = "=0.3.0-alpha.18" +futures-core-preview = "=0.3.0-alpha.19" pin-convert = "0.1.0" [dev-dependencies] -futures-util-preview = "=0.3.0-alpha.18" +futures-util-preview = "=0.3.0-alpha.19" [package.metadata.docs.rs] all-features = true -- cgit v1.2.3