From 172b35fae578ffc2653c9d6fba9e122c64bb07a2 Mon Sep 17 00:00:00 2001 From: Christian Battaglia Date: Thu, 7 Nov 2019 18:38:05 -0500 Subject: [PATCH] update futures-rs and tokio --- actix-service/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-service/Cargo.toml b/actix-service/Cargo.toml index c4908713..af76325a 100644 --- a/actix-service/Cargo.toml +++ b/actix-service/Cargo.toml @@ -23,9 +23,9 @@ name = "actix_service" path = "src/lib.rs" [dependencies] -futures = { package = "futures-preview", version = "0.3.0-alpha.18" } +futures = "0.3.1" pin-project = "0.4.0-alpha.11" [dev-dependencies] -tokio = "0.2.0-alpha.4" +tokio = "0.2.0-alpha.5" actix-rt = "0.2" \ No newline at end of file