From a73484f383b79dea7d1a65457ad4a1dd6a06f383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 02:14:13 +0000 Subject: [PATCH] build(deps): bump tokio from 1.18.0 to 1.18.5 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.0 to 1.18.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.0...tokio-1.18.5) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b79ae8d..37e7537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1836,16 +1836,15 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.18.0" +version = "1.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b" +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 8617733..8808c4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serenity = { version = "0.11", default-features = false, features = [ "absolute_ratelimits", ] } timeago = { version = "0.3", features = ["chrono"] } -tokio = { version = "1.17", default-features = false, features = [ +tokio = { version = "1.18", default-features = false, features = [ "macros", "rt-multi-thread", "signal",