From edc81ccf3b1a19d854ef81257c876e645c896138 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 21 Oct 2022 21:00:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[pagetop]=20libera=20versi=C3=B3?= =?UTF-8?q?n=20de=20desarrollo=200.0.29?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 45fc2c74..2f32a219 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.28" +version = "0.0.29" edition = "2021" authors = [ @@ -22,10 +22,10 @@ categories = [ ] [dependencies] -async-trait = "0.1.57" +async-trait = "0.1.58" concat-string = "1.0.1" figlet-rs = "0.1.4" -futures = "0.3.24" +futures = "0.3.25" once_cell = "1.15.0" paste = "1.0.9" substring = "1.4.5" @@ -36,14 +36,14 @@ serde = "1.0" nom = "7.1.1" toml = "0.5.9" -tracing = "0.1.36" +tracing = "0.1.37" tracing-appender = "0.2.2" -tracing-subscriber = { version = "0.3.15", features = ["json", "env-filter"] } +tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] } tracing-unwrap = { version = "0.9.2", default-features = false } tracing-actix-web = "0.6.1" fluent-templates = "0.8.0" -unic-langid = "0.9.0" +unic-langid = "0.9.1" actix-web = "4.2.1" actix-web-files = { package = "actix-files", version = "0.6.2" }