From 405e61a603f0a2d5a72a76da46a25880b99f4a8e Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 12 Mar 2020 05:46:58 +0900 Subject: [PATCH] Update `actix-web` dependency to 3.0.0-alpha.1 --- actix-cors/CHANGES.md | 1 + actix-cors/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index 17033b2ce..8d2a209d0 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -3,6 +3,7 @@ ## [0.3.0-alpha.1] - 2020-03-11 * Minimize `futures-*` dependencies +* Update `actix-web` dependency to 3.0.0-alpha.1 ## [0.2.0] - 2019-12-20 diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index efbeea949..e84c38e35 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -16,7 +16,7 @@ name = "actix_cors" path = "src/lib.rs" [dependencies] -actix-web = "2.0.0" +actix-web = "3.0.0-alpha.1" actix-service = "1.0.1" derive_more = "0.99.2" futures-util = { version = "0.3.4", default-features = false }