Update deps

This commit is contained in:
2024-02-02 20:07:18 +01:00
parent ca59befc3b
commit 45834990a9
2 changed files with 71 additions and 50 deletions

View File

@@ -6,11 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.35.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
teloxide = { git = "https://github.com/teloxide/teloxide.git", branch="master", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
teloxide = { version = "0.12.2", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
url = "2.5.0"
ctrlc = { version = "3.4.1", features = ["termination"] }
strum = "0.25.0"