Skip to content

Commit 490a7fe

Browse files
build(deps): update windows-sys requirement from 0.52.0 to 0.60.2
Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0b92c4 commit 490a7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ cgroups-rs.workspace = true
7070

7171
[target.'cfg(windows)'.dependencies]
7272
mio = { version = "1.0", features = ["os-ext", "os-poll"] }
73-
windows-sys = { version = "0.52.0", features = [
73+
windows-sys = { version = "0.60.2", features = [
7474
"Win32_Foundation",
7575
"Win32_System_WindowsProgramming",
7676
"Win32_System_Console",

0 commit comments

Comments
 (0)