Skip to content

Commit 15673bb

Browse files
Update windows-sys requirement in the cargo-deps group
Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. Updates `windows-sys` to 0.60.2 - [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 dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6112ca1 commit 15673bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include = ["examples/**/*", "src/**/*", "tests/**/*", "LICENSE-*", "README.md"]
1717
[dependencies]
1818

1919
[target.'cfg(windows)'.dependencies.windows-sys]
20-
version = "0.59.0"
20+
version = "0.60.2"
2121
features = [
2222
"Win32_Foundation",
2323
"Win32_Globalization",

0 commit comments

Comments
 (0)