Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 5, 2024
1 parent c898dac commit 4eae4d4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
25 changes: 17 additions & 8 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 cairo/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ version = "2.16"
features = ["xlib"]

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52", features = ["Win32_Graphics_Gdi"], optional = true }
windows-sys = { version = "0.59", features = ["Win32_Graphics_Gdi"], optional = true }

[build-dependencies]
system-deps = "7"
Expand Down
2 changes: 1 addition & 1 deletion gio/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true
workspace = true

[target."cfg(windows)".dependencies.windows-sys]
version = "0.52"
version = "0.59"
features = ["Win32_Networking_WinSock"]

[dev-dependencies]
Expand Down

0 comments on commit 4eae4d4

Please sign in to comment.