From 2c515d54f7733f161a9fa52d127992b340753a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 14:05:37 +0000 Subject: [PATCH] chore(deps): bump miow from 0.3.7 to 0.4.0 Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.3.7 to 0.4.0. - [Release notes](https://github.com/yoshuawuyts/miow/releases) - [Changelog](https://github.com/yoshuawuyts/miow/blob/master/CHANGELOG.md) - [Commits](https://github.com/yoshuawuyts/miow/commits) --- updated-dependencies: - dependency-name: miow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- komorebi/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f139aad..10c9bdfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -499,7 +499,7 @@ dependencies = [ "hotwatch", "komorebi-core", "lazy_static", - "miow 0.3.7", + "miow 0.4.0", "nanoid", "parking_lot", "paste", @@ -670,11 +670,11 @@ dependencies = [ [[package]] name = "miow" -version = "0.3.7" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" +checksum = "a7377f7792b3afb6a3cba68daa54ca23c032137010460d667fda53a8d66be00e" dependencies = [ - "winapi 0.3.9", + "windows-sys", ] [[package]] diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index f38f7468..b0f6d8e5 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -37,7 +37,7 @@ uds_windows = "1" which = "4" winput = "0.2" winvd = "0.0.20" -miow = "0.3" +miow = "0.4" [dependencies.windows] version = "0.28"