From d7a4c3b125d5a8d96ac23b45452a630a5e1737ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 11:41:23 +0000 Subject: [PATCH] Bump tokio from 1.20.1 to 1.20.3 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.20.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.1...tokio-1.20.3) --- 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 cedbf4e..1333cde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1772,9 +1772,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.20.1" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" +checksum = "664cf6576f16c0ad68184998f3c2d4be9903ede6b291a5b5cfc97d29e0057283" dependencies = [ "autocfg", "bytes", @@ -1782,7 +1782,6 @@ dependencies = [ "memchr", "mio", "num_cpus", - "once_cell", "pin-project-lite", "signal-hook-registry", "socket2", diff --git a/Cargo.toml b/Cargo.toml index 4460f67..67a6408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tantivy = { version = "0.18.0", optional = true } # telegram teloxide = { version = "0.10.1", optional = true } reqwest = { version = "0.11.11", optional = true } -tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"], optional = true } +tokio = { version = "1.20.3", features = ["rt-multi-thread", "macros"], optional = true } md5 = { version = "0.7.0", optional = true } rand = { version = "0.8.5", optional = true } # discord