diff --git a/Cargo.lock b/Cargo.lock index 18b96bc..1cdb2b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.1.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "cc" @@ -1528,9 +1528,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.43.0" +version = "1.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 779a18e..847d3ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,5 @@ pretty_env_logger = "0.5" serde_json = "1.0" teloxide = { version = "0.7", default-features = false, features = ["ctrlc_handler", "rustls", "auto-send", "macros", "dispatching2"] } teloxide-listener = { version = "0.1.0-beta.1", features = ["webhook"] } -tokio = { version = "1.43", features = ["rt", "rt-multi-thread", "macros"] } +tokio = { version = "1.44", features = ["rt", "rt-multi-thread", "macros"] } tokio-stream = "0.1"