Skip to content

Commit bbf8140

Browse files
Update windows-sys requirement from 0.60 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.60.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 18524fd commit bbf8140

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
@@ -25,7 +25,7 @@ futures-lite = "2.0.0"
2525
libc = "0.2.78"
2626

2727
[target.'cfg(windows)'.dev-dependencies.windows-sys]
28-
version = "0.60"
28+
version = "0.61"
2929
features = [
3030
"Win32_Storage_FileSystem",
3131
]

0 commit comments

Comments
 (0)