Skip to content

Commit 74b2397

Browse files
Update windows-sys requirement from 0.59 to 0.60 (#99)
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 9901812 commit 74b2397

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 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_process_force_signal
4040
async-executor = "1.5.1"
4141

4242
[target.'cfg(windows)'.dev-dependencies.windows-sys]
43-
version = "0.59"
43+
version = "0.60"
4444
default-features = false
4545
features = [
4646
"Win32_Foundation",

0 commit comments

Comments
 (0)