Skip to content

Commit f2b025d

Browse files
build(deps): bump windows-sys from 0.59.0 to 0.60.2
Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.59.0 to 0.60.2. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.60.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9a2ab3 commit f2b025d

File tree

3 files changed

+85
-21
lines changed

3 files changed

+85
-21
lines changed

Cargo.lock

Lines changed: 83 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cairo/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ version = "2.16"
6363
features = ["xlib"]
6464

6565
[target.'cfg(windows)'.dependencies]
66-
windows-sys = { version = ">=0.52, <=0.59", features = ["Win32_Graphics_Gdi"], optional = true }
66+
windows-sys = { version = ">=0.52, <=0.60", features = ["Win32_Graphics_Gdi"], optional = true }
6767

6868
[build-dependencies]
6969
system-deps = "7"

gio/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
workspace = true
1212

1313
[target."cfg(windows)".dependencies.windows-sys]
14-
version = ">=0.52, <=0.59"
14+
version = ">=0.52, <=0.60"
1515
features = ["Win32_Networking_WinSock"]
1616

1717
[dev-dependencies]

0 commit comments

Comments
 (0)