Skip to content

Commit

Permalink
Merge pull request #1473 from gtk-rs/dependabot/cargo/windows-sys-0.59.0
Browse files Browse the repository at this point in the history
build(deps): bump windows-sys from 0.52.0 to 0.59.0
  • Loading branch information
sdroege authored Aug 5, 2024
2 parents a072bb0 + 4eae4d4 commit 113068c
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 113068c

Please sign in to comment.