Skip to content

Commit 0657fdf

Browse files
build(deps): update windows-sys requirement <0.61 (#360)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69b95c7 commit 0657fdf

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
@@ -28,7 +28,7 @@ getrandom = { version = "0.3.0", default-features = false, optional = true }
2828
rustix = { version = "1.0.0", features = ["fs"] }
2929

3030
[target.'cfg(windows)'.dependencies.windows-sys]
31-
version = ">=0.52,<0.60"
31+
version = ">=0.52, <0.61"
3232
features = [
3333
"Win32_Storage_FileSystem",
3434
"Win32_Foundation",

0 commit comments

Comments
 (0)