Skip to content

Commit be7a410

Browse files
Update windows-sys requirement from 0.42.0 to 0.45.0 (#52)
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.42.0...0.45.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ebf7f0 commit be7a410

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
@@ -32,7 +32,7 @@ log = "0.4.11"
3232
rayon = { version = "1.4", optional = true }
3333

3434
[target.'cfg(windows)'.dependencies.windows-sys]
35-
version = "0.42.0"
35+
version = "0.45.0"
3636
features = [
3737
"Win32_Foundation",
3838
"Win32_Storage_FileSystem",

0 commit comments

Comments
 (0)