From 2e3d81bd36a4fafd378966bafe96757440deea1b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 08:13:07 +0000 Subject: [PATCH] build(deps): bump miow from 0.3.3 to 0.3.5 Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.3.3 to 0.3.5. - [Release notes](https://github.com/yoshuawuyts/miow/releases) - [Commits](https://github.com/yoshuawuyts/miow/commits) 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 5a5a7cd0790..75263ee8943 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3435,9 +3435,9 @@ dependencies = [ [[package]] name = "miow" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" +checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" dependencies = [ "socket2", "winapi",