mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Update teloxide to 0.14
This commit is contained in:
@@ -6,14 +6,14 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
once_cell = "1.21.1"
|
||||
once_cell = "1.21.3"
|
||||
|
||||
tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }
|
||||
tokio-util = { version = "0.7.14", features = ["compat"] }
|
||||
tokio-stream = "0.1.17"
|
||||
futures = "0.3.31"
|
||||
|
||||
axum = "0.8.1"
|
||||
axum = "0.8.3"
|
||||
axum-prometheus = "0.8.0"
|
||||
|
||||
tower = "0.5.2"
|
||||
@@ -28,7 +28,7 @@ reqwest = { version = "0.12.15", features = ["json", "stream"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
|
||||
teloxide = { version = "0.13.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
|
||||
teloxide = { version = "0.14.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
|
||||
|
||||
url = "2.5.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user