From 01283daed931cbf6e68785c50f52de084e07bce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 13:59:18 +0200 Subject: [PATCH] Bump tokio from 1.2.0 to 1.5.0 (#101) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.2.0 to 1.5.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.2.0...tokio-1.5.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3806c51..ed77242 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1203,9 +1203,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.2.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" +checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fffab2a..0e1e8dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ serde_json = "1" simple_logger = "1.11" structopt = "0.3" thiserror = "1" -tokio = { version = "1.0", features = ["full"] } +tokio = { version = "1.5", features = ["full"] } toml = "0.5"