bump deps
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-09-13 23:26:15 +02:00
parent 3cebf305f8
commit 4af4db9be8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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"] }