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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-12-01 14:05:37 +00:00
committed by جاد
parent f9785bef55
commit 2c515d54f7
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -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]]

View File

@@ -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"