From f27166d395f2514c43213f8ae44fc8ff3d96845b Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 24 Jun 2026 09:00:02 +0100 Subject: [PATCH] Fix: axum_typed_multipart v0.17 -> v0.16 (latest) --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index de305a0..2317318 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -55,4 +55,4 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } # --- Upload de archivos (fotos de recetas) --- -axum_typed_multipart = "0.17" +axum_typed_multipart = "0.16"