Update teloxide to 0.14

This commit is contained in:
2025-03-29 20:46:31 +01:00
parent ef2badbadd
commit 4d642bb2e4
2 changed files with 227 additions and 519 deletions

View File

@@ -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"