From 0273e2258167413472a65c28f9bd11dc761019ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 04:17:13 +0000 Subject: [PATCH] Bump tokio from 1.14.0 to 1.15.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.14.0...tokio-1.15.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... 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 390f161..5d80c7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2020,11 +2020,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144" +checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838" dependencies = [ - "autocfg", "bytes", "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 088bd17..ef0fd6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,4 +43,4 @@ vergen = { version = "6.0.0", default-features = false, features = ["git"] } awc = "3.0.0-beta.10" ructe = "0.13.4" tempfile = "3.2.0" -tokio = "1.14.0" +tokio = "1.15.0"