Skip to content

Commit

Permalink
fix(deps): update rust crate winreg to 0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent 21e17b4 commit 0dfbd32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/sysproxy-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interfaces = "0.0.9"

[target.'cfg(target_os = "windows")'.dependencies]
iptools = "0.2.4"
winreg = { version = "0.10", features = ["transactions"] }
winreg = { version = "0.52", features = ["transactions"] }

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.52"
Expand Down
2 changes: 1 addition & 1 deletion backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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"] }
winreg = { version = "0.52", features = ["transactions"] }
windows-sys = { version = "0.48", features = [
"Win32_System_LibraryLoader",
"Win32_System_SystemInformation",
Expand Down

0 comments on commit 0dfbd32

Please sign in to comment.