From ada9e9f13a7f9089c7541abaa58d0441af6b7b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:25:17 +0100 Subject: [PATCH] Bump actix-cors from 0.6.5 to 0.7.0 (#3402) Bumps [actix-cors](https://github.com/actix/actix-extras) from 0.6.5 to 0.7.0. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/cors-v0.6.5...cors-v0.7.0) --- updated-dependencies: - dependency-name: actix-cors dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c9e4cb052..ea70b47e2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-cors" -version = "0.6.5" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0346d8c1f762b41b458ed3145eea914966bb9ad20b9be0d6d463b20d45586370" +checksum = "f9e772b3bcafe335042b5db010ab7c09013dad6eac4915c91d8d50902769f331" dependencies = [ "actix-utils", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 11f45d5f8b..2bcc7e0702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ config = "~0.13.4" tokio = { version = "~1.35", features = ["full"] } actix-web = { version = "4.4.1", optional = true, features = ["rustls-0_21", "actix-tls"] } -actix-cors = "0.6.5" +actix-cors = "0.7.0" actix-files = "0.6.5" actix-web-httpauth = "0.8.1" tonic = { version = "0.9.2", features = ["gzip", "tls"] }