Skip to content

Commit 44cc8fd

Browse files
Update windows-sys requirement from 0.59 to 0.61
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](microsoft/windows-rs@0.59.0...0.61.0) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ff8107 commit 44cc8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ netlink-packet-core = "0.7.0"
4040
netlink-packet-route = "0.19"
4141

4242
[target.'cfg(target_os = "windows")'.dependencies]
43-
windows-sys = { version = "0.59", features = [
43+
windows-sys = { version = "0.61", features = [
4444
"Win32_System_Diagnostics_Debug",
4545
"Win32_System_SystemServices",
4646
"Win32_Security_Cryptography",

0 commit comments

Comments
 (0)