Skip to content

Commit

Permalink
fix(deps): update rust crate windows-sys to 0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent cb1586b commit e3be51a
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 22 deletions.
108 changes: 87 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/single-instance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ log.workspace = true
thiserror.workspace = true

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.48"
version = "0.52"
features = [
"Win32_System_Threading",
"Win32_System_DataExchange",
Expand Down

0 comments on commit e3be51a

Please sign in to comment.