mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Update teloxide
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user