From e805ef4b36191057548b00c977700e8d7bed6b71 Mon Sep 17 00:00:00 2001 From: 409 <409dev@protonmail.com> Date: Sun, 1 Jun 2025 16:05:33 +0200 Subject: [PATCH] set `axum_typed_multipart` version to 0.16.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 167e274..ba7c6fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ version = "0.8.1" optional = true [dependencies.axum_typed_multipart] -version = "0.15.1" +version = "0.16.2" optional = true [dependencies.serde]