From 000c1e9157c96e45666000f11cef7d8117552e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 07:05:41 +0000 Subject: [PATCH] Update actix-cors requirement from 0.5.4 to 0.6.3 Updates the requirements on [actix-cors](https://github.com/actix/actix-extras) to permit the latest version. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/cors-v0.5.4...cors-v0.6.3) --- updated-dependencies: - dependency-name: actix-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06e2cdf..11f6d42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ features = ["openssl", "rustls", "compress", "secure-cookies"] actix-web = { version = "3.0.0-beta.3", features=["rustls"] } actix-rt = "2.1.0" actix-service = "2.0.0" -actix-cors = "0.5.4" +actix-cors = "0.6.3" actix-http = "2.1.0" actix = "0.12" log = "0.4.11"