From db053531d1cd5ec2639eb849514b939db0017cf4 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 20 Jul 2022 01:05:30 +0200 Subject: [PATCH] =?UTF-8?q?Libera=20la=20versi=C3=B3n=20de=20desarrollo=20?= =?UTF-8?q?0.0.20?= 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 1b048428..05b1c52d 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.19" +version = "0.0.20" edition = "2021" authors = [ @@ -26,7 +26,7 @@ concat-string = "1.0.1" doc-comment = "0.3.3" figlet-rs = "0.1.3" futures = "0.3.21" -once_cell = "1.12.0" +once_cell = "1.13.0" paste = "1.0.7" substring = "1.4.5" term_size = "0.3.2" @@ -36,7 +36,7 @@ config_rs = { package = "config", version = "0.11.0", features = ["toml"] } tracing = "0.1.35" tracing-appender = "0.2.2" -tracing-subscriber = { version = "0.3.11", features = ["json", "env-filter"] } +tracing-subscriber = { version = "0.3.14", features = ["json", "env-filter"] } tracing-unwrap = { version = "0.9.2", default-features = false } tracing-actix-web = "0.6.0" @@ -72,7 +72,7 @@ sqlite = ["sea-orm", "sea-orm-migration", "sea-orm/sqlx-sqlite"] static-files = "0.2.3" [dev-dependencies] -tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] } [lib] name = "pagetop"