From d1b43b1717b00b4ca1cfe189c6090eba8f7a22bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 00:47:26 +0000 Subject: [PATCH] Bump tokio from 1.20.3 to 1.20.4 in /bot Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.3 to 1.20.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.3...tokio-1.20.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bot/Cargo.lock | 4 ++-- bot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/Cargo.lock b/bot/Cargo.lock index 51225cb..6c430ce 100644 --- a/bot/Cargo.lock +++ b/bot/Cargo.lock @@ -2188,9 +2188,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.20.3" +version = "1.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664cf6576f16c0ad68184998f3c2d4be9903ede6b291a5b5cfc97d29e0057283" +checksum = "eb78f30e4b41e98ca4cce5acb51168a033839a7af9e42b380355808e14e98ee0" dependencies = [ "autocfg", "bytes 1.2.1", diff --git a/bot/Cargo.toml b/bot/Cargo.toml index d8780be..c635f4e 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -28,4 +28,4 @@ webfinger = "0.5" assert_cmd = "2.0" mockall = "0.11.2" predicates = "2.1" -tokio = { version = "1.20.3", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.20.4", features = ["macros", "rt-multi-thread"] }