chore: update dependencies where possible

This commit is contained in:
2025-07-10 10:06:58 -05:00
parent 9d248a7c23
commit 614cb6401d
2 changed files with 511 additions and 391 deletions

866
Cargo.lock generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -7,28 +7,28 @@ edition = "2021"
[dependencies] [dependencies]
resvg = "0.34.1" resvg = "0.34.1"
axum = "0.6.18" axum = "0.6.20"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68" serde_json = "1.0.140"
tokio = { version = "1.0", features = ["full"] } tokio = { version = "1.46", features = ["full"] }
tracing = "0.1" tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }
futures = "0.3.28" futures = "0.3.31"
png = "0.17.9" png = "0.17.16"
dotenvy = "0.15.7" dotenvy = "0.15.7"
envy = "0.4.2" envy = "0.4.2"
tera = "1.19.0" tera = "1.20.0"
lazy_static = "1.4.0" lazy_static = "1.5.0"
timeago = "0.4.1" timeago = "0.4.2"
chrono-tz = "0.8.3" chrono-tz = "0.8.6"
phf = { version = "0.11.2", features = ["macros"] } phf = { version = "0.11.3", features = ["macros"] }
phf_codegen = "0.11.1" phf_codegen = "0.11.3"
chrono = "0.4.26" chrono = "0.4.41"
regex = "1.8.4" regex = "1.11.1"
[build-dependencies] [build-dependencies]
chrono = "0.4.26" chrono = "0.4.41"
regex = "1.8.4" regex = "1.11.1"
phf = { version = "0.11.1", default-features = false } phf = { version = "0.11.3", default-features = false }
phf_codegen = "0.11.1" phf_codegen = "0.11.3"
lazy_static = "1.4.0" lazy_static = "1.5.0"