Skip to content

Commit aa8e717

Browse files
fix(deps): update rust crate windows-sys to 0.59 (v1) (#1601)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20d2f54 commit aa8e717

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.

plugins/single-instance/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ thiserror = { workspace = true }
1919
semver = { version = "1", optional = true }
2020

2121
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
22-
version = "0.52"
22+
version = "0.59"
2323
features = [
2424
"Win32_System_Threading",
2525
"Win32_System_DataExchange",

0 commit comments

Comments
 (0)