Update deps
Some checks are pending
Build docker image / Build-Docker-Image (push) Waiting to run

This commit is contained in:
2025-06-28 22:16:06 +02:00
parent fe8652c7d8
commit 3e0d89432f
2 changed files with 386 additions and 68 deletions

View File

@@ -16,18 +16,18 @@ futures = "0.3.31"
reqwest = { version = "0.12.15", features = ["stream"] }
tokio-util = { version = "0.7.14", features = ["compat"] }
async-compression = { version = "0.4.21", features = ["futures-io", "gzip"] }
sentry = { version = "0.36.0", features = ["debug-images"] }
sentry = { version = "0.41.0", features = ["debug-images"] }
lazy_static = "1.5.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio-cron-scheduler = "0.13.0"
tokio-cron-scheduler = "0.14.0"
axum = "0.8.1"
ammonia = "4.0.0"
maplit = "1.0.2"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
sentry-tracing = "0.36.0"
sentry-tracing = "0.41.0"
tower-http = { version = "0.6.2", features = ["trace"] }
dotenvy = "0.15.0"