Test teloxide 0.13

This commit is contained in:
2025-03-29 22:03:24 +01:00
parent b8ea8810d5
commit e740333239
2 changed files with 513 additions and 221 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.14.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
teloxide = { version = "0.13.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
url = "2.5.4"