From 4af4db9be8f93c9bc737ecb1b79d3043882f78de Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 13 Sep 2023 23:26:15 +0200 Subject: [PATCH] bump deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a023c61..c866bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,9 @@ publish = false license = "AGPL-3.0-or-later" [dependencies] -actix-web = "4" +actix-web = "4.4" actix-files = "0.6" -cached = "0.44" +cached = "0.45" ramhorns = "0.14" toml = "0.7" serde = { version = "1.0", features = ["derive"] } @@ -22,6 +22,6 @@ minify-js = "0.5" glob = "0.3" comrak = "0.18" reqwest = { version = "0.11", features = ["json"] } -chrono = "0.4.26" +chrono = "0.4" chrono-tz = "0.8" rss = { version = "2.0", features = ["atom"] }