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:06:28 +02:00
parent 24ebd4fe78
commit 07683cfc0b
2 changed files with 265 additions and 253 deletions

View File

@@ -28,18 +28,18 @@ axum_typed_multipart = "0.16.3"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
tower-http = { version = "0.6.2", features = ["trace"] }
sentry-tracing = "0.41.0"
sentry-tracing = "0.42.0"
tokio = { version = "1.44.2", features = [ "full" ] }
tokio-util = { version = "0.7.14", features = [ "full" ] }
axum-prometheus = "0.8.0"
axum-prometheus = "0.9.0"
futures = "0.3.31"
once_cell = "1.21.1"
teloxide = "0.16.0"
teloxide = "0.17.0"
sentry = "0.41.0"
sentry = "0.42.0"
dotenvy = "0.15.7"