From 499151027b3ec1b8bc78be122fe0862118eeb172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 07:04:44 +0000 Subject: [PATCH] Update actix-cors requirement from 0.5.4 to 0.6.4 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.4) --- 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..b3e56e5 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.4" actix-http = "2.1.0" actix = "0.12" log = "0.4.11"