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 Jan 21, 2024
1 parent d13a76e commit 4f35060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runas = "=1.0.0" # blocked by https://github.com/mitsuhiko/rust-runas/issues/13
[target.'cfg(windows)'.dependencies]
deelevate = "0.2.0"
winreg = { version = "0.50", features = ["transactions"] }
windows-sys = { version = "0.48", features = [
windows-sys = { version = "0.52", features = [
"Win32_System_LibraryLoader",
"Win32_System_SystemInformation",
] }
Expand Down

0 comments on commit 4f35060

Please sign in to comment.