From 993d6fc0eb0fd31ba09cb457961ac477a31b18f1 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 9 Apr 2022 20:54:01 +0200 Subject: [PATCH] =?UTF-8?q?Libera=20la=20versi=C3=B3n=20de=20desarrollo=20?= =?UTF-8?q?0.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop-user/Cargo.toml | 2 +- pagetop/Cargo.toml | 12 ++++++------ pagetop/STARTER.bin.Cargo.toml | 2 +- pagetop/STARTER.lib.Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pagetop-user/Cargo.toml b/pagetop-user/Cargo.toml index 59c24cb3..d5e3aa84 100644 --- a/pagetop-user/Cargo.toml +++ b/pagetop-user/Cargo.toml @@ -14,5 +14,5 @@ repository = "https://gitlab.com/manuelcillero/pagetop" [dependencies] pagetop = { path = "../pagetop" } -sea-orm = { version = "0.6.0" } +sea-orm = { version = "0.7.1" } serde = { version = "1.0", features = ["derive"] } diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 8598de96..b058c7b4 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.6" +version = "0.0.8" edition = "2021" authors = [ @@ -35,12 +35,12 @@ url = "2.2.2" config_rs = { package = "config", version = "0.11.0", features = ["toml"] } tracing = "0.1.32" -tracing-appender = "0.2.1" -tracing-subscriber = { version = "0.3.9", features = ["json", "env-filter"] } +tracing-appender = "0.2.2" +tracing-subscriber = { version = "0.3.10", features = ["json", "env-filter"] } tracing-unwrap = { version = "0.9.2", default-features = false } tracing-actix-web = "0.2" -fluent-templates = "0.6.1" +fluent-templates = "0.7.1" unic-langid = "0.9.0" actix-web = "3.3.3" @@ -53,13 +53,13 @@ sycamore = { version = "0.7.1", features = ["ssr"] } serde = { version = "1.0", features = ["derive"] } [dependencies.sea-orm] -version = "0.6.0" +version = "0.7.1" features = ["debug-print", "macros", "runtime-async-std-native-tls"] default-features = false optional = true [dependencies.sea-schema] -version = "0.6.0" +version = "0.7.1" features = ["debug-print", "migration"] default-features = false optional = true diff --git a/pagetop/STARTER.bin.Cargo.toml b/pagetop/STARTER.bin.Cargo.toml index 9c6c8979..f9c6560f 100644 --- a/pagetop/STARTER.bin.Cargo.toml +++ b/pagetop/STARTER.bin.Cargo.toml @@ -22,6 +22,6 @@ actix-web = "3.3.3" # Si se usa la macro html!: maud = { version = "0.23.0" } # Si se usa base de datos: -sea-orm = { version = "0.6.0" } +sea-orm = { version = "0.7.1" } # Si se requiere serialización de estructuras de datos: serde = { version = "1.0", features = ["derive"] } diff --git a/pagetop/STARTER.lib.Cargo.toml b/pagetop/STARTER.lib.Cargo.toml index e98fed13..7a74f96e 100644 --- a/pagetop/STARTER.lib.Cargo.toml +++ b/pagetop/STARTER.lib.Cargo.toml @@ -11,6 +11,6 @@ pagetop = { path = "../pagetop" } # Si se usa la macro html!: maud = { version = "0.23.0" } # Si se usa base de datos: -sea-orm = { version = "0.6.0" } +sea-orm = { version = "0.7.1" } # Si se requiere serialización de estructuras de datos: serde = { version = "1.0", features = ["derive"] }