chore(deps): bump windows from 0.22 to 0.23

This commit is contained in:
LGUG2Z
2021-10-28 14:15:21 -07:00
parent 18f34babfa
commit 14e63292e1
4 changed files with 9 additions and 9 deletions

12
Cargo.lock generated
View File

@@ -1474,9 +1474,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.22.1"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e63b5b81676d36bcf3d8c41b0f6ca574bb2399ba0963c6b9f110f7839a200bce"
checksum = "9bce04249a9644c157f4529ea958f5d9e0129280e3700378884afa2903fd3d56"
dependencies = [
"windows_i686_msvc",
"windows_x86_64_msvc",
@@ -1484,15 +1484,15 @@ dependencies = [
[[package]]
name = "windows_i686_msvc"
version = "0.22.1"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23330f18aae0ccad49809c82a48e01e965bcc831813f32fe1bb89d8845f7365b"
checksum = "65911a6b53be443df22004ae7d82121dabce94d74ba5735081788115b81cb919"
[[package]]
name = "windows_x86_64_msvc"
version = "0.22.1"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be253f6efe83a48d5d42d13be30ac63ac597f7d87b09c7fd37221a5a04d09628"
checksum = "8c8c8e2d709fbc4e6ff5d75503cbad8241c5df62fd60f62c0f8eef6e86689e63"
[[package]]
name = "winput"

View File

@@ -14,7 +14,7 @@ serde_yaml = "0.8"
strum = { version = "0.21", features = ["derive"] }
[dependencies.windows]
version = "0.22"
version = "0.23"
features = [
"Win32_Foundation",
]

View File

@@ -40,7 +40,7 @@ winvd = "0.0.20"
miow = "0.3"
[dependencies.windows]
version = "0.22"
version = "0.23"
features = [
"Win32_Foundation",
"Win32_Graphics_Dwm",

View File

@@ -26,7 +26,7 @@ serde_json = "1"
uds_windows = "1"
[dependencies.windows]
version = "0.22"
version = "0.23"
features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging"