From 8ac8b602e1ef357127a77aca575e13cbdd5ee47f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 06:20:24 +0000 Subject: [PATCH] Bump tokio-macros from 0.2.5 to 0.2.6 Bumps [tokio-macros](https://github.com/tokio-rs/tokio) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-macros-0.2.5...tokio-macros-0.2.6) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4682f7b0533..7c319b82feb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6447,9 +6447,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" +checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.2",