1
0
mirror of https://github.com/actix/examples synced 2025-06-26 09:17:41 +02:00

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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-16 18:55:12 +00:00
committed by GitHub
parent 722485a5ed
commit e268fab1ac

6
Cargo.lock generated
View File

@ -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",
]