From 964613f7637fd713026195fefedce930ce34f322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:08:50 +0000 Subject: [PATCH] build(deps): bump actix-multipart from 0.6.2 to 0.7.2 Bumps [actix-multipart](https://github.com/actix/actix-web) from 0.6.2 to 0.7.2. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.7.2/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.6.2...v0.7.2) --- updated-dependencies: - dependency-name: actix-multipart dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- jcss-web/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f17ad1..9292087 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,14 +70,13 @@ dependencies = [ [[package]] name = "actix-multipart" -version = "0.6.2" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d974dd6c4f78d102d057c672dcf6faa618fafa9df91d44f9c466688fc1275a3a" +checksum = "d5118a26dee7e34e894f7e85aa0ee5080ae4c18bf03c0e30d49a80e418f00a53" dependencies = [ "actix-multipart-derive", "actix-utils", "actix-web", - "bytes", "derive_more", "futures-core", "futures-util", @@ -96,9 +95,9 @@ dependencies = [ [[package]] name = "actix-multipart-derive" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a0a77f836d869f700e5b47ac7c3c8b9c8bc82e4aec861954c6198abee3ebd4d" +checksum = "e11eb847f49a700678ea2fa73daeb3208061afa2b9d1a8527c03390f4c4a1c6b" dependencies = [ "darling", "parse-size", diff --git a/jcss-web/Cargo.toml b/jcss-web/Cargo.toml index 6080614..c6e0d20 100644 --- a/jcss-web/Cargo.toml +++ b/jcss-web/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-multipart = "0.6.2" +actix-multipart = "0.7.2" actix-web = "4.8.0" bytes = "1.7" futures-util = "0.3"