From c19b5402383c95e837b17813a9e8d1b8b54b2642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:07:17 +0000 Subject: [PATCH] chore(deps): Bump actix-web from 4.14.1 to 4.15.0 in /components/core Bumps [actix-web](https://github.com/actix/actix-web) from 4.14.1 to 4.15.0. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v4.14.1...web-v4.15.0) --- updated-dependencies: - dependency-name: actix-web dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- components/core/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/core/Cargo.lock b/components/core/Cargo.lock index 3bf52ad..ad9d30e 100644 --- a/components/core/Cargo.lock +++ b/components/core/Cargo.lock @@ -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",