Skip to content

Commit 9868fd5

Browse files
Bump windows-sys from 0.52.0 to 0.61.2
Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.52.0 to 0.61.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.61.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1fc92d commit 9868fd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ birdcage = { version = "0.8.1" }
8989

9090
[target.'cfg(windows)'.dependencies]
9191
# HACK: The Win32_Security feature is required by deno_io, but their crate didn't enable it
92-
windows-sys = { version = "0.52.0", features = ["Win32_Security"] }
92+
windows-sys = { version = "0.61.2", features = ["Win32_Security"] }
9393
# HACK: The sysinfoapi feature is required by deno_node, but their crate didn't enable it
9494
winapi = { version = "0.3.9", features = ["sysinfoapi"] }
9595

0 commit comments

Comments
 (0)