diff --git a/Cargo.lock b/Cargo.lock index ffb2330..bdac8c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1273,16 +1273,15 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.17.0" +version = "1.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" +checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e" dependencies = [ "bytes", "libc", "memchr", "mio", "num_cpus", - "once_cell", "pin-project-lite", "signal-hook-registry", "socket2", diff --git a/Cargo.toml b/Cargo.toml index 7679ac6..827c730 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ dotenv = "0.15.0" teloxide = "0.9" thiserror = "1.0.30" futures = "0.3" -tokio = {version = "1.17.0", features = ["macros","rt-multi-thread","time"]} \ No newline at end of file +tokio = {version = "1.18.5", features = ["macros","rt-multi-thread","time"]} \ No newline at end of file