mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Fixes
This commit is contained in:
@@ -9,18 +9,18 @@ edition = "2021"
|
||||
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros"] }
|
||||
reqwest = { version = "0.11.20", features = ["json"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.105"
|
||||
serde_json = "1.0.107"
|
||||
teloxide = { git = "https://github.com/teloxide/teloxide.git", branch="master", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
|
||||
url = "2.4.1"
|
||||
ctrlc = { version = "3.4.1", features = ["termination"] }
|
||||
strum = "0.25.0"
|
||||
strum_macros = "0.25.2"
|
||||
futures = "0.3.28"
|
||||
base64 = "0.21.3"
|
||||
base64 = "0.21.4"
|
||||
tokio-util = { version = "0.7.8", features = ["compat"] }
|
||||
textwrap = "0.16.0"
|
||||
regex = "1.9.5"
|
||||
chrono = "0.4.28"
|
||||
chrono = "0.4.30"
|
||||
dateparser = "0.2.0"
|
||||
sentry = { version = "0.31.6", features = ["debug-images"] }
|
||||
moka = { version = "0.11.3", features = ["future"] }
|
||||
|
||||
Reference in New Issue
Block a user