Use teloxide from github

This commit is contained in:
2023-08-31 22:01:30 +02:00
parent d700859f91
commit ce00b5f97e
2 changed files with 4 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros"] }
reqwest = { version = "0.11.20", features = ["json"] }
serde = { version = "1.0.186", features = ["derive"] }
serde_json = "1.0.105"
teloxide = { version = "0.12.2", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
teloxide = { git = "https://github.com/teloxide/teloxide.git", branch="master", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
url = "2.4.0"
ctrlc = { version = "3.4.0", features = ["termination"] }
strum = "0.25.0"