From f70fd159a28be9919618bb0b38c86fb689cc63c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 21:41:04 +0000 Subject: [PATCH] Bump actix-multipart from 0.4.0 to 0.5.0 Dependabot couldn't find the original pull request head commit, 76df3d53fa98bf7227c08c8b741e0666b2c0dd25. --- Cargo.lock | 22 +++------------------- create-rust-app/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ea12900..6ab92830 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,9 +103,9 @@ dependencies = [ [[package]] name = "actix-multipart" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9edfb0e7663d7fe18c8d5b668c9c1bcf79176b1dcc9d4da9592503209a6bfb0" +checksum = "5011f5be460e35a5b82e1745c0ea0c6293e8f8d38bbaa1f0455afcff5b454ad6" dependencies = [ "actix-utils", "actix-web", @@ -115,8 +115,8 @@ dependencies = [ "httparse", "local-waker", "log", + "memchr", "mime", - "twoway", ] [[package]] @@ -4309,16 +4309,6 @@ dependencies = [ "utf-8", ] -[[package]] -name = "twoway" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47" -dependencies = [ - "memchr", - "unchecked-index", -] - [[package]] name = "typenum" version = "1.16.0" @@ -4340,12 +4330,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "unchecked-index" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c" - [[package]] name = "unic-char-property" version = "0.9.0" diff --git a/create-rust-app/Cargo.toml b/create-rust-app/Cargo.toml index ea01f5e1..d7f0bde1 100644 --- a/create-rust-app/Cargo.toml +++ b/create-rust-app/Cargo.toml @@ -74,7 +74,7 @@ utoipa-swagger-ui = { optional=true, version="3", features=["actix-web"]} poem = { optional=true, version="1.3.52", features=["anyhow", "cookie", "static-files"] } # actix_web dependencies -actix-multipart = { optional=true, version="0.4.0" } +actix-multipart = { optional=true, version="0.5.0" } actix-files = { optional=true, version="0.6.2" } actix-http = { optional=true, version="3.0.4" } actix-web = { optional=true, version="4.2.1" }