Update Rust crate actix-multipart to v0.6.2 #81

Merged
pierre merged 1 commits from renovate/actix-multipart-0.x-lockfile into master 2024-06-10 18:16:57 +00:00
Showing only changes of commit 7de2c01418 - Show all commits

View File

@ -149,9 +149,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-multipart" name = "actix-multipart"
version = "0.6.1" version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b960e2aea75f49c8f069108063d12a48d329fc8b60b786dfc7552a9d5918d2d" checksum = "d974dd6c4f78d102d057c672dcf6faa618fafa9df91d44f9c466688fc1275a3a"
dependencies = [ dependencies = [
"actix-multipart-derive", "actix-multipart-derive",
"actix-utils", "actix-utils",
@ -165,6 +165,7 @@ dependencies = [
"log", "log",
"memchr", "memchr",
"mime", "mime",
"rand",
"serde", "serde",
"serde_json", "serde_json",
"serde_plain", "serde_plain",