From ebc75c14d7edb96897762f9185a62a2c6b7c54d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:18:49 +0000 Subject: [PATCH] build(deps): update actix-cors requirement from 0.6.1 to 0.7.0 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.6.1...cors-v0.7.0) --- 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 83b8aa5..639bd84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ dotenv = "0.15.0" actix-web = "4" actix-rt = "2.7.0" -actix-cors = "0.6.1" +actix-cors = "0.7.0" actix-web-grants = "3.0.1" actix-web-httpauth = "0.8"