Skip to content

Commit

Permalink
chore(deps): bump windows from 0.32.0 to 0.33.0
Browse files Browse the repository at this point in the history
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.32.0 to 0.33.0.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.32.0...0.33.0)

---
updated-dependencies:
- dependency-name: windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and LGUG2Z committed Mar 4, 2022
1 parent f6e0f5a commit d4c0c35
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion komorebi-core/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ strum = { version = "0.24", features = ["derive"] }
schemars = "0.8"

[dependencies.windows]
version = "0.32"
version = "0.33"
features = [
"Win32_Foundation",
]
2 changes: 1 addition & 1 deletion komorebi/Cargo.toml
Expand Up @@ -41,7 +41,7 @@ winreg = "0.10"
schemars = "0.8"

[dependencies.windows]
version = "0.32"
version = "0.33"
features = [
"Win32_Foundation",
"Win32_Graphics_Dwm",
Expand Down
2 changes: 1 addition & 1 deletion komorebi/src/windows_api.rs
Expand Up @@ -7,12 +7,12 @@ use color_eyre::eyre::anyhow;
use color_eyre::eyre::Error;
use color_eyre::Result;
use windows::core::Result as WindowsCrateResult;
use windows::core::PWSTR;
use windows::Win32::Foundation::BOOL;
use windows::Win32::Foundation::HANDLE;
use windows::Win32::Foundation::HWND;
use windows::Win32::Foundation::LPARAM;
use windows::Win32::Foundation::POINT;
use windows::Win32::Foundation::PWSTR;
use windows::Win32::Foundation::RECT;
use windows::Win32::Graphics::Dwm::DwmGetWindowAttribute;
use windows::Win32::Graphics::Dwm::DWMWA_CLOAKED;
Expand Down
2 changes: 1 addition & 1 deletion komorebic/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ serde_json = "1"
uds_windows = "1"

[dependencies.windows]
version = "0.32"
version = "0.33"
features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging"
Expand Down

0 comments on commit d4c0c35

Please sign in to comment.