From 6cb4f6237555345d347e1f64539c84f570a4e93b Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 29 Apr 2024 00:09:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[pagetop]=20release=20developmen?= =?UTF-8?q?t=20version=200.0.54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc0269e5..85cf143c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.53" +version = "0.0.54" edition = "2021" description = "An opinionated web framework to build modular Server-Side Rendering web solutions." @@ -36,8 +36,8 @@ postgres = ["database", "sea-orm/sqlx-postgres"] sqlite = ["database", "sea-orm/sqlx-sqlite"] [dependencies] -async-trait = "0.1.79" -chrono = "0.4.37" +async-trait = "0.1.80" +chrono = "0.4.38" concat-string = "1.0.1" figlet-rs = "0.1.5" itoa = "1.0.11" @@ -54,7 +54,7 @@ tracing-appender = "0.2.3" tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } tracing-actix-web = "0.7.10" -fluent-templates = "0.9.1" +fluent-templates = "0.9.4" unic-langid = { version = "0.9.4", features = ["macros"] } actix-web = "4"