From 9ccfb540c6442b34665e9b3fed15698de6c6cf0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 21:45:57 +0000 Subject: [PATCH] Bump tokio from 1.10.0 to 1.18.4 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.10.0 to 1.18.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.10.0...tokio-1.18.4) --- 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 8a2aff0..3694359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1254,11 +1254,10 @@ dependencies = [ [[package]] name = "tokio" -version = "1.10.0" +version = "1.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cf844b23c6131f624accf65ce0e4e9956a8bb329400ea5bcc26ae3a5c20b0b" +checksum = "8bfb875c82dc0a4f1f37a30e720dee181a2b3a06a428b0fc6873ea38d6407850" dependencies = [ - "autocfg", "bytes", "memchr", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index 266a0ff..cbeeefd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ features = ["serde"] # Optional Dependencies ################################################################################################### [dependencies.tokio] -version = "^1.10.0" +version = "^1.18.4" features = ["rt", "fs", "io-util", "sync", "rt-multi-thread"] optional = true