Update teloxide

This commit is contained in:
2024-08-22 21:26:31 +02:00
parent 964b3c0e7b
commit 4e44b9ef34
21 changed files with 204 additions and 236 deletions

View File

@@ -14,21 +14,21 @@ tokio-stream = "0.1.15"
futures = "0.3.30"
axum = "0.7.5"
axum-prometheus = "0.6.1"
axum-prometheus = "0.7.0"
tower = "0.4.13"
tower-http = { version = "0.5.2", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
sentry-tracing = "0.32.3"
sentry-tracing = "0.34.0"
reqwest = { version = "0.12.4", features = ["json", "stream"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
teloxide = { version = "0.12.2", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
teloxide = { version = "0.13.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
url = "2.5.0"
@@ -48,4 +48,4 @@ smartstring = { version = "1.0.1", features = ["serde"] }
moka = { version = "0.12.7", features = ["future"] }
sentry = { version = "0.32.3", features = ["debug-images"] }
sentry = { version = "0.34.0", features = ["debug-images"] }