From 5e7b7f22841a2e36f064c3782489973acdec472a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 03:19:49 +0000 Subject: [PATCH] chore(deps): Bump the cargo group across 1 directory with 2 updates Bumps the cargo group with 2 updates in the /components/core directory: [actix-files](https://github.com/actix/actix-web) and [keccak](https://github.com/RustCrypto/sponges). Updates `actix-files` from 0.6.9 to 0.6.10 - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.6.10/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.6.9...v0.6.10) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](https://github.com/RustCrypto/sponges/compare/keccak-v0.1.5...keccak-v0.1.6) --- updated-dependencies: - dependency-name: actix-files dependency-version: 0.6.10 dependency-type: direct:production dependency-group: cargo - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect dependency-group: cargo ... 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 9df8bed..a1725b4 100644 --- a/components/core/Cargo.lock +++ b/components/core/Cargo.lock @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.9" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4009a8beb4dc78a58286ac9d58969ee0a8acecb7912d5ce898b4da4335579341" +checksum = "df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b" dependencies = [ "actix-http", "actix-service", @@ -1766,9 +1766,9 @@ dependencies = [ [[package]] name = "keccak" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" +checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653" dependencies = [ "cpufeatures", ]