From cebe5acef6f7d7efb699fc123caa6fcc1f5151bf Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 24 Jun 2026 08:51:51 +0100 Subject: [PATCH] Fix: usar axum_typed_multipart (underscores) en lugar de hyphens --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e606cf6..de305a0 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.17"