From 73eac408222b16a72167917b8273ea67a079e4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 02:25:47 +0000 Subject: [PATCH] build(deps): Bump actix-cors from 0.6.5 to 0.7.0 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e1ba38..f8ff1cb 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 1083d86..548991e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ authors = [ [dependencies] actix-web = "4.4.0" -actix-cors = "0.6.5" +actix-cors = "0.7.0" anyhow = "1.0.86" bcrypt = "0.15.1" chrono = "0.4.38"