From e6bedfa7293a7ffb5db6c679622a51cacb8ea598 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 08:37:37 +0000 Subject: [PATCH] Bump tokio-udp from 0.1.2 to 0.1.6 Bumps [tokio-udp](https://github.com/tokio-rs/tokio) from 0.1.2 to 0.1.6. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.6/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-udp-0.1.2...tokio-0.1.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 d541cac05f0..becacf327ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5988,9 +5988,9 @@ dependencies = [ [[package]] name = "tokio-udp" -version = "0.1.2" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c" +checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" dependencies = [ "bytes", "futures",