From 4df31d799d354bdc21b8b8aa0166b75fc5579f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 23:02:47 +0000 Subject: [PATCH] Bump tokio from 1.5.0 to 1.8.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.5.0 to 1.8.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.5.0...tokio-1.8.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c7e903..471c4e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -519,9 +519,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.5.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5" +checksum = "570c2eb13b3ab38208130eccd41be92520388791207fde783bda7c1e8ace28d4" dependencies = [ "autocfg", "libc", diff --git a/Cargo.toml b/Cargo.toml index 89b76a1..5ddaa8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ thiserror = "1.0.23" nom = "6.1.2" anyhow = "1.0" num_cpus = "1.8" -tokio = { version = "1.2.0", features = ["macros", "rt-multi-thread", "signal"] } +tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread", "signal"] } [dependencies.clap] version = "3.0.0-beta.2"