From 87c944301d115c87dd39077e526aba2a31c1f525 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 29 Mar 2024 00:04:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[pagetop]=20release=20developmen?= =?UTF-8?q?t=20version=200.0.53?= 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 22e2112a..8c54ccb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.52" +version = "0.0.53" edition = "2021" description = "An opinionated web framework to build modular Server-Side Rendering web solutions." @@ -36,11 +36,11 @@ postgres = ["database", "sea-orm/sqlx-postgres"] sqlite = ["database", "sea-orm/sqlx-sqlite"] [dependencies] -async-trait = "0.1.78" -chrono = "0.4.35" +async-trait = "0.1.79" +chrono = "0.4.37" concat-string = "1.0.1" figlet-rs = "0.1.5" -itoa = "1.0.10" +itoa = "1.0.11" nom = "7.1.3" once_cell = "1.19.0" paste = "1.0.14"