From eea5d5b5f9521fa7aa703e489c4165687d4f6000 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 14 May 2023 07:50:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Actualiza=20maud=20a=20la?= =?UTF-8?q?=20versi=C3=B3n=200.25.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop-admin/Cargo.toml | 2 +- pagetop-aliner/Cargo.toml | 2 +- pagetop-bootsier/Cargo.toml | 2 +- pagetop-bulmix/Cargo.toml | 2 +- pagetop-homedemo/Cargo.toml | 2 +- pagetop-megamenu/Cargo.toml | 2 +- pagetop-minimal/Cargo.toml | 2 +- pagetop/Cargo.toml | 2 +- pagetop/STARTER.bin.Cargo.toml | 4 ++-- pagetop/STARTER.lib.Cargo.toml | 4 ++-- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pagetop-admin/Cargo.toml b/pagetop-admin/Cargo.toml index e4e09b4a..05ed0f19 100644 --- a/pagetop-admin/Cargo.toml +++ b/pagetop-admin/Cargo.toml @@ -17,4 +17,4 @@ license = "Apache-2.0 OR MIT" [dependencies] pagetop = { path = "../pagetop", version = "0.0" } pagetop-megamenu = { path = "../pagetop-megamenu", version = "0.0" } -maud = "0.24.0" +maud = "0.25.0" diff --git a/pagetop-aliner/Cargo.toml b/pagetop-aliner/Cargo.toml index 5592265d..5d0ba9fc 100644 --- a/pagetop-aliner/Cargo.toml +++ b/pagetop-aliner/Cargo.toml @@ -17,7 +17,7 @@ license = "Apache-2.0 OR MIT" [dependencies] pagetop = { path = "../pagetop", version = "0.0" } static-files = "0.2.3" -maud = "0.24.0" +maud = "0.25.0" [build-dependencies] pagetop-build = { path = "../pagetop-build", version = "0.0" } diff --git a/pagetop-bootsier/Cargo.toml b/pagetop-bootsier/Cargo.toml index 82efe6a7..50b628d6 100644 --- a/pagetop-bootsier/Cargo.toml +++ b/pagetop-bootsier/Cargo.toml @@ -17,7 +17,7 @@ license = "Apache-2.0 OR MIT" pagetop = { path = "../pagetop", version = "0.0" } pagetop-jquery = { path = "../pagetop-jquery", version = "0.0" } static-files = "0.2.3" -maud = "0.24.0" +maud = "0.25.0" [build-dependencies] pagetop-build = { path = "../pagetop-build", version = "0.0" } diff --git a/pagetop-bulmix/Cargo.toml b/pagetop-bulmix/Cargo.toml index f091b01a..b3353cbc 100644 --- a/pagetop-bulmix/Cargo.toml +++ b/pagetop-bulmix/Cargo.toml @@ -17,7 +17,7 @@ license = "Apache-2.0 OR MIT" pagetop = { path = "../pagetop", version = "0.0" } pagetop-jquery = { path = "../pagetop-jquery", version = "0.0" } static-files = "0.2.3" -maud = "0.24.0" +maud = "0.25.0" [build-dependencies] pagetop-build = { path = "../pagetop-build", version = "0.0" } diff --git a/pagetop-homedemo/Cargo.toml b/pagetop-homedemo/Cargo.toml index 50cf1433..9afed5da 100644 --- a/pagetop-homedemo/Cargo.toml +++ b/pagetop-homedemo/Cargo.toml @@ -16,7 +16,7 @@ license = "Apache-2.0 OR MIT" [dependencies] pagetop = { path = "../pagetop", version = "0.0" } static-files = "0.2.3" -maud = "0.24.0" +maud = "0.25.0" [build-dependencies] pagetop-build = { path = "../pagetop-build", version = "0.0" } diff --git a/pagetop-megamenu/Cargo.toml b/pagetop-megamenu/Cargo.toml index 37922a41..c203b9fa 100644 --- a/pagetop-megamenu/Cargo.toml +++ b/pagetop-megamenu/Cargo.toml @@ -17,7 +17,7 @@ license = "Apache-2.0 OR MIT" pagetop = { path = "../pagetop", version = "0.0" } pagetop-jquery = { path = "../pagetop-jquery", version = "0.0" } static-files = "0.2.3" -maud = "0.24.0" +maud = "0.25.0" [build-dependencies] pagetop-build = { path = "../pagetop-build", version = "0.0" } diff --git a/pagetop-minimal/Cargo.toml b/pagetop-minimal/Cargo.toml index dcc21a1b..e4b69669 100644 --- a/pagetop-minimal/Cargo.toml +++ b/pagetop-minimal/Cargo.toml @@ -16,4 +16,4 @@ license = "Apache-2.0 OR MIT" [dependencies] pagetop = { path = "../pagetop", version = "0.0" } -maud = "0.24.0" +maud = "0.25.0" diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index c02df41a..11088849 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -51,7 +51,7 @@ static-files = "0.2.3" pagetop-macros = { path = "../pagetop-macros", version = "0.0" } -maud = { version = "0.24.0", features = ["actix-web"] } +maud = { version = "0.25.0", features = ["actix-web"] } serde = { version = "1.0", features = ["derive"] } diff --git a/pagetop/STARTER.bin.Cargo.toml b/pagetop/STARTER.bin.Cargo.toml index 80f8a7e1..cf814730 100644 --- a/pagetop/STARTER.bin.Cargo.toml +++ b/pagetop/STARTER.bin.Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies.pagetop] path = "../pagetop" -# Si requiere base de datos (MySql, Postgres y/o SQLite): +# Si requiere base de datos (MySql, Postgres y/o SQLite) añadir: features = ["mysql"] # features = ["postgres"] # features = ["sqlite"] @@ -18,7 +18,7 @@ default-features = false [dependencies] actix-web = "4.2.1" # Para usar la macro html! (opcional): -maud = "0.24.0" +maud = "0.25.0" # Para serializar estructuras de datos (opcional): serde = { version = "1.0", features = ["derive"] } diff --git a/pagetop/STARTER.lib.Cargo.toml b/pagetop/STARTER.lib.Cargo.toml index 478f624d..5cab880e 100644 --- a/pagetop/STARTER.lib.Cargo.toml +++ b/pagetop/STARTER.lib.Cargo.toml @@ -8,14 +8,14 @@ edition = "2021" [dependencies.pagetop] path = "../pagetop" -# Si requiere base de datos: +# Si requiere base de datos añadir: features = ["database"] # En cuyo caso habrá que deshabilitar las características predeterminadas: default-features = false [dependencies] # Para usar la macro html! (opcional): -maud = "0.24.0" +maud = "0.25.0" # Para serializar estructuras de datos (opcional): serde = { version = "1.0", features = ["derive"] }