From 64ec9ec44a95a830a8c115f6040152e4e3ef321b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 10:19:34 +0100 Subject: [PATCH] Bump tokio from 1.2.0 to 1.3.0 (#174) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.2.0...tokio-1.3.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 04d0550..4c3b3e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2548,9 +2548,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" +checksum = "8d56477f6ed99e10225f38f9f75f872f29b8b8bd8c0b946f63345bb144e9eeda" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1d76dcb..d1d610b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ version = "0.11.1" [dependencies.tokio] features = ["full"] -version = "1.2.0" +version = "1.3.0" [dev-dependencies] assert_cmd = "1.0.3"