chore(deps): bump windows from 0.21 to 0.22

This commit bumps the version of the windows-rs and deprecates the
bindings crate in favour of using the pre-packaged APIs that are
available as of 0.22.
This commit is contained in:
LGUG2Z
2021-10-28 09:01:07 -07:00
parent 2f7ae6f15f
commit 18f34babfa
17 changed files with 301 additions and 364 deletions

63
Cargo.lock generated
View File

@@ -58,13 +58,6 @@ dependencies = [
"rustc-demangle",
]
[[package]]
name = "bindings"
version = "0.1.0"
dependencies = [
"windows",
]
[[package]]
name = "bitflags"
version = "1.3.2"
@@ -191,12 +184,6 @@ dependencies = [
"syn",
]
[[package]]
name = "const-sha1"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb58b6451e8c2a812ad979ed1d83378caa5e927eef2622017a45f251457c2c9d"
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
@@ -513,7 +500,6 @@ dependencies = [
name = "komorebi"
version = "0.1.6"
dependencies = [
"bindings",
"bitflags",
"clap",
"color-eyre",
@@ -538,6 +524,7 @@ dependencies = [
"tracing-subscriber",
"uds_windows",
"which",
"windows",
"winput",
"winvd",
]
@@ -546,20 +533,19 @@ dependencies = [
name = "komorebi-core"
version = "0.1.6"
dependencies = [
"bindings",
"clap",
"color-eyre",
"serde",
"serde_json",
"serde_yaml",
"strum",
"windows",
]
[[package]]
name = "komorebic"
version = "0.1.6"
dependencies = [
"bindings",
"clap",
"color-eyre",
"derive-ahk",
@@ -572,6 +558,7 @@ dependencies = [
"serde",
"serde_json",
"uds_windows",
"windows",
]
[[package]]
@@ -1487,49 +1474,25 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.21.1"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8f5f8d2ea79bf690bbee453fd4a1516ae426e5d5c7215d96cc0c3dc134fc4a0"
checksum = "e63b5b81676d36bcf3d8c41b0f6ca574bb2399ba0963c6b9f110f7839a200bce"
dependencies = [
"const-sha1",
"windows_gen",
"windows_macros",
"windows_reader",
"windows_i686_msvc",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_gen"
version = "0.21.1"
name = "windows_i686_msvc"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e6994f42f8481387778cc608407d6703410672d57f32a66009419d7a18aa912"
dependencies = [
"windows_quote",
"windows_reader",
]
checksum = "23330f18aae0ccad49809c82a48e01e965bcc831813f32fe1bb89d8845f7365b"
[[package]]
name = "windows_macros"
version = "0.21.1"
name = "windows_x86_64_msvc"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cc2357b1b03c19f056cb0e6d06011f80f54beadb4e36aee2ca98493c7cfc3c"
dependencies = [
"syn",
"windows_gen",
"windows_quote",
"windows_reader",
]
[[package]]
name = "windows_quote"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cf987b5288c15e1997226848f78f3ed3ef8b78dcfd71a201c8c8684163a7e4d"
[[package]]
name = "windows_reader"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "237b53e8b40766ea7db5da0d8c6c1442d21d0429f0ee7500d7b5688967bd9d7b"
checksum = "be253f6efe83a48d5d42d13be30ac63ac597f7d87b09c7fd37221a5a04d09628"
[[package]]
name = "winput"