From bb109de59d17d60fd29fa9a3c3819ab0e8c3ffdd Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 27 Jul 2024 23:20:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index db27dd98..426e16df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ keywords = [ exclude = [ "examples/", "helpers/", "tests/" ] -rust-version = "1.70.0" +rust-version = "1.80.0" [workspace] members = ["helpers/*"] @@ -36,7 +36,7 @@ postgres = ["database", "sea-orm/sqlx-postgres"] sqlite = ["database", "sea-orm/sqlx-sqlite"] [dependencies] -async-trait = "0.1.80" +async-trait = "0.1.81" chrono = "0.4.38" concat-string = "1.0.1" figlet-rs = "0.1.5" @@ -45,23 +45,24 @@ nom = "7.1.3" paste = "1.0.15" substring = "1.4.5" term_size = "0.3.2" -toml = "0.8.12" -url = "2.5.0" +time = "0.3.36" +toml = "0.8.16" +url = "2.5.2" tracing = "0.1.40" tracing-appender = "0.2.3" tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } -tracing-actix-web = "0.7.10" +tracing-actix-web = "0.7.11" fluent-templates = "0.9.4" -unic-langid = { version = "0.9.4", features = ["macros"] } +unic-langid = { version = "0.9.5", features = ["macros"] } actix-web = "4" actix-session = { version = "0.9.0", features = ["cookie-session"] } -actix-web-files = { package = "actix-files", version = "0.6.5" } +actix-web-files = { package = "actix-files", version = "0.6.6" } actix-web-static-files = "4.0.1" -static-files = "0.2.3" +static-files = "0.2.4" pagetop-macros = { version = "0.0", path = "helpers/pagetop-macros" }