From 88a1c631f0c1d5b90d9fc3d94ae1390c3342ebdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 10:32:51 +0000 Subject: [PATCH] build(deps): Bump actix-multipart from 0.8.0 to 0.8.1 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] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0e5bc3..f9eec6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,9 +70,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",