build(deps): bump actix-multipart from 0.8.0 to 0.8.1 (#10411)

Bumps [actix-multipart](https://github.com/actix/actix-web) from 0.8.0 to 0.8.1.
- [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/multipart-v0.8.0...multipart-v0.8.1)

---
updated-dependencies:
- dependency-name: actix-multipart
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-09-03 12:45:54 +02:00
committed by timvisee
parent 7bdfe42aa0
commit a21f535fdb
Generated
+2 -2
View File
@@ -109,9 +109,9 @@ dependencies = [
[[package]]
name = "actix-multipart"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "560e3dd4eae03837f86d1b6bf6222c508568eff36845ef5ebb3a0dff480e3f64"
checksum = "983b29f33997d5f15920226934b8d48ea1f8b5365702304088608d4c829bd0eb"
dependencies = [
"actix-multipart-derive",
"actix-utils",