From 58bba3d0c8ee1602df5d6d3880974dd3285d6d9b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:07:32 +0000 Subject: [PATCH] build(deps): bump miow from 0.3.6 to 0.3.7 Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/yoshuawuyts/miow/releases) - [Changelog](https://github.com/yoshuawuyts/miow/blob/master/CHANGELOG.md) - [Commits](https://github.com/yoshuawuyts/miow/compare/v0.3.6...v0.3.7) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcfb451ff93..2d07026c8ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3790,11 +3790,10 @@ dependencies = [ [[package]] name = "miow" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" +checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" dependencies = [ - "socket2", "winapi", ] @@ -5944,18 +5943,6 @@ dependencies = [ "wayland-protocols", ] -[[package]] -name = "socket2" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902" -dependencies = [ - "cfg-if 1.0.0", - "libc", - "redox_syscall", - "winapi", -] - [[package]] name = "sparkle" version = "0.1.25"