diff --git a/Cargo.lock b/Cargo.lock index d497b26..e2e6c57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2371,9 +2371,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.0" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes", diff --git a/crates/telegram_bot/Cargo.toml b/crates/telegram_bot/Cargo.toml index cb20698..baa31ed 100644 --- a/crates/telegram_bot/Cargo.toml +++ b/crates/telegram_bot/Cargo.toml @@ -30,6 +30,6 @@ clap = { version = "4.4.18", features = ["derive"] } teloxide = { version = "0.12", features = ["macros", "throttle"] } log = "0.4" pretty_env_logger = "0.5" -tokio = { version = "1.35", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.36", features = ["rt-multi-thread", "macros"] } url = "2.5.0"