From 778499c5828de065af99361ea9bd0c7d05505bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 04:23:04 +0000 Subject: [PATCH] Bump tokio from 1.18.0 to 1.18.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.0 to 1.18.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.0...tokio-1.18.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... 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 1b805bc..1ac82b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1941,9 +1941,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.18.0" +version = "1.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b" +checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 9a1e913..5e43f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,4 +43,4 @@ vergen = { version = "7.0.0", default-features = false, features = ["git"] } awc = "3.0.0" ructe = "0.14.0" tempfile = "3.3.0" -tokio = "1.18.0" +tokio = "1.18.2"