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 }