From 232aeb37a24405603762776bb8c631e259b3027f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 07:51:32 +0000 Subject: [PATCH] build(deps): bump tokio-uds from 0.2.5 to 0.2.6 Bumps [tokio-uds](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-uds-0.2.5...tokio-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 8962376296a..448d17be18b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5985,9 +5985,9 @@ dependencies = [ [[package]] name = "tokio-uds" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" +checksum = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798" dependencies = [ "bytes", "futures",