From 7f74640dbdfbcaf9a0466e28dc4a46aceca339bd Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Fri, 5 Nov 2021 15:22:26 -0700 Subject: [PATCH] chore(deps): bump windows-rs and serde-json --- Cargo.lock | 31 +++++++++++++++++++------------ komorebi-core/Cargo.toml | 2 +- komorebi/Cargo.toml | 2 +- komorebic/Cargo.toml | 2 +- 4 files changed, 22 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c62cc44c..aa8417c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1084,9 +1084,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.68" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8" +checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8" dependencies = [ "itoa", "ryu", @@ -1457,39 +1457,46 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9f39345ae0c8ab072c0ac7fe8a8b411636aa34f89be19ddd0d9226544f13944" +checksum = "e46c474738425c090573ecf5472d54ee5f78132e6195d0bbfcc2aabc0ed29f37" dependencies = [ + "windows_aarch64_msvc", "windows_i686_gnu", "windows_i686_msvc", "windows_x86_64_gnu", "windows_x86_64_msvc", ] +[[package]] +name = "windows_aarch64_msvc" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3022d174000fcaeb6f95933fb04171ea0e21b9289ac57fe4400bfa148e41df79" + [[package]] name = "windows_i686_gnu" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0866510a3eca9aed73a077490bbbf03e5eaac4e1fd70849d89539e5830501fd" +checksum = "03b1584eebf06654708eab4301152032c13c1e47f4a754ffc93c733f10993e85" [[package]] name = "windows_i686_msvc" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0ffed56b7e9369a29078d2ab3aaeceea48eb58999d2cff3aa2494a275b95c6" +checksum = "f49df16591e9ad429997ec57d462b0cc45168f639d03489e8c2e933ea9c389d7" [[package]] name = "windows_x86_64_gnu" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "384a173630588044205a2993b6864a2f56e5a8c1e7668c07b93ec18cf4888dc4" +checksum = "2cb06177184100374f97d5e7261ee0b6adefa8ee32e38f87518ca22b519bb80e" [[package]] name = "windows_x86_64_msvc" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bd8f062d8ca5446358159d79a90be12c543b3a965c847c8f3eedf14b321d399" +checksum = "c3c27bcbb33ddbed3569e36c14775c99f72b97c72ce49f81d128637fb48a061f" [[package]] name = "winput" diff --git a/komorebi-core/Cargo.toml b/komorebi-core/Cargo.toml index ff6ee749..655414f3 100644 --- a/komorebi-core/Cargo.toml +++ b/komorebi-core/Cargo.toml @@ -14,7 +14,7 @@ serde_yaml = "0.8" strum = { version = "0.21", features = ["derive"] } [dependencies.windows] -version = "0.24" +version = "0.25" features = [ "Win32_Foundation", ] diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index cd4aba31..185f26ea 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -40,7 +40,7 @@ winvd = "0.0.20" miow = "0.3" [dependencies.windows] -version = "0.24" +version = "0.25" features = [ "Win32_Foundation", "Win32_Graphics_Dwm", diff --git a/komorebic/Cargo.toml b/komorebic/Cargo.toml index 014be1ee..af719681 100644 --- a/komorebic/Cargo.toml +++ b/komorebic/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1" uds_windows = "1" [dependencies.windows] -version = "0.24" +version = "0.25" features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging"