Update deps

This commit is contained in:
2025-06-28 22:21:19 +02:00
parent b7abfc28cc
commit 85b4a12669
2 changed files with 439 additions and 57 deletions

View File

@@ -8,12 +8,12 @@ serde = "1.0.219"
serde_json = "1.0.140"
axum = { version = "0.8.1", features = ["multipart"] }
axum_typed_multipart = "0.15.1"
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.36.0"
sentry-tracing = "0.41.0"
tokio = { version = "1.44.2", features = [ "full" ] }
tokio-util = { version = "0.7.14", features = [ "full" ] }
@@ -22,9 +22,9 @@ axum-prometheus = "0.8.0"
futures = "0.3.31"
once_cell = "1.21.1"
teloxide = { git = "https://github.com/teloxide/teloxide.git" }
teloxide = "0.16.0"
sentry = "0.36.0"
sentry = "0.41.0"
dotenvy = "0.15.7"