chore: update all dependencies to latest

This commit is contained in:
2025-07-10 12:37:13 -05:00
parent babae191a4
commit 32b55c918c
6 changed files with 245 additions and 274 deletions

View File

@@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
resvg = "0.34.1"
axum = "0.6.20"
resvg = "0.45.1"
axum = "0.8.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.46", features = ["full"] }
@@ -20,7 +20,7 @@ envy = "0.4.2"
tera = "1.20.0"
lazy_static = "1.5.0"
timeago = "0.4.2"
chrono-tz = "0.8.6"
chrono-tz = "0.10.3"
phf = { version = "0.12.1", features = ["macros"] }
phf_codegen = "0.12.1"
chrono = "0.4.41"
@@ -29,6 +29,6 @@ regex = "1.11.1"
[build-dependencies]
chrono = "0.4.41"
regex = "1.11.1"
phf = { version = "0.11.3", default-features = false }
phf_codegen = "0.11.3"
phf = { version = "0.12.1", default-features = false }
phf_codegen = "0.12.1"
lazy_static = "1.5.0"