From e268fab1ac9c48d7090f6766125d7769f9386f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:55:12 +0000 Subject: [PATCH] chore(deps): bump actix-broker from 0.4.3 to 0.4.4 Bumps [actix-broker](https://github.com/actix/actix) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/actix/actix/releases) - [Changelog](https://github.com/actix/actix/blob/v0.4.4/changes.md) - [Commits](https://github.com/actix/actix/compare/v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: actix-broker dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11a07a38..914bed47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,12 +65,12 @@ dependencies = [ [[package]] name = "actix-broker" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e089b5c4d0cf02d72a9eca0b6c80aebff1ccd3d1e99c83d1f7b9baeff39dc5e9" +checksum = "4d1b33c405e9ddb48ac2e4dba41fe547572010b3976be1e59fc54ca60569d890" dependencies = [ "actix", - "ahash 0.7.8", + "ahash 0.8.12", "log", ]