From 18fb3081efe7313384098ef72c95133f80a06f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:07:00 +0000 Subject: [PATCH] chore(deps): Bump actix-cors from 0.7.1 to 0.7.2 in /components/core Bumps [actix-cors](https://github.com/actix/actix-extras) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/cors-v0.7.1...cors-v0.7.2) --- updated-dependencies: - dependency-name: actix-cors dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/core/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/core/Cargo.lock b/components/core/Cargo.lock index 3bf52ad..64000d1 100644 --- a/components/core/Cargo.lock +++ b/components/core/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "actix-cors" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa239b93927be1ff123eebada5a3ff23e89f0124ccb8609234e5103d5a5ae6d" +checksum = "2aff07ada3254fc02618cb7850da91dceb23b5dbda53c6676ccbb28ba504f150" dependencies = [ "actix-utils", "actix-web", @@ -201,9 +201,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.14.1" +version = "4.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58356675d8c86d2e720480645a0316808471a62d0073f6a3b98810a5e0ca0e73" +checksum = "bbacab3593b6b4f7be815076fc52d60a83c873426824675417e2abdd229e2e36" dependencies = [ "actix-codec", "actix-http",