From a007225faecf46ba7cb85a431d2bb767152e0757 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 4 Feb 2023 20:59:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[pagetop]=20libera=20versi=C3=B3?= =?UTF-8?q?n=20de=20desarrollo=200.0.36?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 8218156c..8723ad23 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.35" +version = "0.0.36" edition = "2021" authors = [ @@ -22,17 +22,17 @@ categories = [ ] [dependencies] -async-trait = "0.1.63" +async-trait = "0.1.64" concat-string = "1.0.1" doc-comment = "0.3.3" figlet-rs = "0.1.4" -futures = "0.3.25" +futures = "0.3.26" nom = "7.1.3" once_cell = "1.17.0" paste = "1.0.11" substring = "1.4.5" term_size = "0.3.2" -toml = "0.7.0" +toml = "0.7.1" url = "2.3.1" tracing = "0.1.37"