Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
rust-clippy analyze / Run rust-clippy analyzing (push) Has been cancelled

This commit is contained in:
2025-08-31 14:11:36 +02:00
parent 13ced8876a
commit d41839a1b2
2 changed files with 177 additions and 218 deletions

View File

@@ -24,16 +24,16 @@ tokio-util = { version = "0.7.14", features = ["compat", "io"] }
futures-util = "0.3.31"
axum = { version = "0.8.1", features = ["multipart"] }
axum-prometheus = "0.8.0"
axum-prometheus = "0.9.0"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
sentry-tracing = "0.41.0"
sentry-tracing = "0.42.0"
tower-http = { version = "0.6.2", features = ["trace"] }
async-tempfile = "0.7.0"
uuid = "1.16.0"
sentry = { version = "0.41.0", features = ["debug-images"] }
sentry = { version = "0.42.0", features = ["debug-images"] }
tokio-cron-scheduler = "0.14.0"