From a35d52ee20e7850c86be1daa40d8bce935afdec2 Mon Sep 17 00:00:00 2001 From: gengteng Date: Thu, 28 Sep 2023 22:37:01 +0800 Subject: [PATCH] update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fd6121..2fb3011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ axum = { version = "0.6.20", default-features = false } validator = "0.16.1" [dependencies.axum_typed_multipart] -version = "0.9.0" +version = "0.10.0" default-features = false optional = true