Skip to content

Commit

Permalink
Bump windows from 0.48.0 to 0.52.0
Browse files Browse the repository at this point in the history
Bumps [windows](https:/microsoft/windows-rs) from 0.48.0 to 0.52.0.
- [Release notes](https:/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.48.0...0.52.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent dc442ff commit 64085d3
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 14 deletions.
100 changes: 88 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tower = "0.4.13"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
webpki = "0.22.0"
windows = { version = "0.48.0", features = ["Win32_System_LibraryLoader", "Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_UI_Shell", "Win32_System_Memory"] }
windows = { version = "0.52.0", features = ["Win32_System_LibraryLoader", "Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_UI_Shell", "Win32_System_Memory"] }
time = { version = "0.3.22", default-features = false, features = ["parsing", "serde", "serde-well-known"] }
shell-words = "1.1.0"
http-serde = "1.1.2"
Expand All @@ -85,7 +85,7 @@ tonic-reflection = "0.9.2"
anyhow = "1.0.71"
protox = "0.4.0"
vergen = { version = "8.2.4", features = ["git", "gitoxide"] }
windows = { version = "0.48.0", features = ["Win32_UI_WindowsAndMessaging"] }
windows = { version = "0.52.0", features = ["Win32_UI_WindowsAndMessaging"] }
winres = "0.1.12"

[patch.crates-io]
Expand Down

0 comments on commit 64085d3

Please sign in to comment.