Test teloxide 0.14

This commit is contained in:
2025-03-29 22:41:18 +01:00
parent e740333239
commit 3ea53b9e07
5 changed files with 237 additions and 526 deletions

View File

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