From 9611a80275f91becc2883aaebfda8c27b254ee4c Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 30 Jul 2022 18:51:15 +0200 Subject: [PATCH] =?UTF-8?q?Libera=20la=20versi=C3=B3n=20de=20desarrollo=20?= =?UTF-8?q?0.0.22=20[pagetop]?= 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 cac1d25b..3d07aed1 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.21" +version = "0.0.22" edition = "2021" authors = [ @@ -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.14", features = ["json", "env-filter"] } +tracing-subscriber = { version = "0.3.15", features = ["json", "env-filter"] } tracing-unwrap = { version = "0.9.2", default-features = false } tracing-actix-web = "0.6.0" @@ -44,7 +44,7 @@ fluent-templates = "0.7.1" unic-langid = "0.9.0" actix-web = "4.1.0" -actix-web-files = { package = "actix-files", version = "0.6.1" } +actix-web-files = { package = "actix-files", version = "0.6.2" } actix-web-static-files = "4.0.0" static-files = "0.2.3" @@ -73,7 +73,7 @@ sqlite = ["database", "sea-orm/sqlx-sqlite"] static-files = "0.2.3" [dev-dependencies] -tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] } [lib] name = "pagetop"