From cf3aeb9e6e5ab70aeeb533aca334f186faeb8e6b Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 9 Dec 2023 12:34:17 +0100 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 --- pagetop/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index ea5598f9..d299f2eb 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -36,15 +36,15 @@ async-trait = "0.1.74" chrono = "0.4.31" concat-string = "1.0.1" figlet-rs = "0.1.5" -itoa = "1.0.9" +itoa = "1.0.10" nom = "7.1.3" -once_cell = "1.18.0" +once_cell = "1.19.0" paste = "1.0.14" smart-default = "0.7.1" substring = "1.4.5" term_size = "0.3.2" toml = "0.8.8" -url = "2.4.1" +url = "2.5.0" tracing = "0.1.40" tracing-appender = "0.2.3" @@ -52,7 +52,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } tracing-actix-web = "0.7.9" fluent-templates = "0.8.0" -unic-langid = { version = "0.9.1", features = ["macros"] } +unic-langid = { version = "0.9.3", features = ["macros"] } actix-web = "4" actix-session = { version = "0.8.0", features = ["cookie-session"] } @@ -73,7 +73,7 @@ optional = true version = "0.4.1" [dependencies.sea-orm] -version = "0.12.8" +version = "0.12.9" features = ["debug-print", "macros", "runtime-async-std-native-tls"] default-features = false optional = true