From 3e16b0f805f28eb9754f3cb9e5aadd1ce37fe6dd Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 3 Aug 2022 23:56:15 +0200 Subject: [PATCH] =?UTF-8?q?Libera=20la=20versi=C3=B3n=20de=20desarrollo=20?= =?UTF-8?q?0.0.24=20[pagetop]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index f2d5dfcb..7e04ea35 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.23" +version = "0.0.24" edition = "2021" authors = [ @@ -22,7 +22,7 @@ categories = [ ] [dependencies] -async-trait = "0.1.56" +async-trait = "0.1.57" concat-string = "1.0.1" doc-comment = "0.3.3" figlet-rs = "0.1.3" @@ -35,7 +35,7 @@ url = "2.2.2" config_rs = { package = "config", version = "0.11.0", features = ["toml"] } -tracing = "0.1.35" +tracing = "0.1.36" tracing-appender = "0.2.2" tracing-subscriber = { version = "0.3.15", features = ["json", "env-filter"] } tracing-unwrap = { version = "0.9.2", default-features = false }