From 171efae2640b5ca23b1f7f31d51848d88a5d374c Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Tue, 19 Mar 2024 21:34:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[pagetop]=20release=20developmen?= =?UTF-8?q?t=20version=200.0.52?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 868ea33b..15746da3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.51" +version = "0.0.52" edition = "2021" authors = [ @@ -39,7 +39,7 @@ postgres = ["database", "sea-orm/sqlx-postgres"] sqlite = ["database", "sea-orm/sqlx-sqlite"] [dependencies] -async-trait = "0.1.77" +async-trait = "0.1.78" chrono = "0.4.35" concat-string = "1.0.1" figlet-rs = "0.1.5" @@ -49,15 +49,15 @@ once_cell = "1.19.0" paste = "1.0.14" substring = "1.4.5" term_size = "0.3.2" -toml = "0.8.10" +toml = "0.8.12" url = "2.5.0" tracing = "0.1.40" tracing-appender = "0.2.3" tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } -tracing-actix-web = "0.7.9" +tracing-actix-web = "0.7.10" -fluent-templates = "0.9.0" +fluent-templates = "0.9.1" unic-langid = { version = "0.9.4", features = ["macros"] } actix-web = "4" @@ -79,7 +79,7 @@ optional = true version = "0.4.1" [dependencies.sea-orm] -version = "0.12.14" +version = "0.12.15" features = ["debug-print", "macros", "runtime-async-std-native-tls"] default-features = false optional = true