From f8516686c355ed59439d44325ee757e23623b017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 07:13:54 +0000 Subject: [PATCH] Bump tokio from 1.17.0 to 1.18.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.18.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 b95ea45..be489fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1019,9 +1019,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" +checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 982f76f..5cf0eda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ json = "0.12" serde = { version = "1.0", features = ["derive"] } directories = "4.0" clap = { version = "3.1", features = ["derive", "cargo", "unicode", "wrap_help"]} -tokio = { version = "1.17", features = ["full"] } +tokio = { version = "1.18", features = ["full"] } futures = "0.3" anyhow = "1.0" governor = "0.4"