From f3690458e439be894d7f0339bc17f47367bf7617 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 20 Sep 2025 13:14:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Corrige=20dependencia=20no=20act?= =?UTF-8?q?ualizada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54f16c3..750aaaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ license = "MIT OR Apache-2.0" authors = ["Manuel Cillero "] [workspace.dependencies] -actix-web = { version = "4.11.0", default-features = false } +actix-web = { version = "4.11", default-features = false } pagetop-build = { version = "0.3", path = "helpers/pagetop-build" } pagetop-macros = { version = "0.1", path = "helpers/pagetop-macros" }