From b7b334a57868e6c9339f5c406ef30a9efd949661 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 21 Aug 2023 23:57:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[pagetop]=20release=20developmen?= =?UTF-8?q?t=20version=200.0.45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index fc1802d1..5e7d317a 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.44" +version = "0.0.45" edition = "2021" authors = [ @@ -32,24 +32,24 @@ postgres = ["database", "sea-orm/sqlx-postgres"] sqlite = ["database", "sea-orm/sqlx-sqlite"] [dependencies] -async-trait = "0.1.68" +async-trait = "0.1.73" chrono = "0.4.26" concat-string = "1.0.1" figlet-rs = "0.1.5" -itoa = "1.0.6" +itoa = "1.0.9" nom = "7.1.3" -once_cell = "1.17.2" -paste = "1.0.12" +once_cell = "1.18.0" +paste = "1.0.14" substring = "1.4.5" term_size = "0.3.2" -toml = "0.7.4" -url = "2.3.1" +toml = "0.7.6" +url = "2.4.0" tracing = "0.1.37" tracing-appender = "0.2.2" tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] } tracing-unwrap = { version = "0.10.0", default-features = false } -tracing-actix-web = "0.7.5" +tracing-actix-web = "0.7.6" fluent-templates = "0.8.0" unic-langid = { version = "0.9.1", features = ["macros"] }