Skip to content

Commit

Permalink
fix(deps): update rust crate winreg to 0.52 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 20, 2023
1 parent 08fd1d7 commit c8f5ed0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion 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 crates/packager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ schemars = { workspace = true, optional = true }
native-tls = { version = "0.2", optional = true }

[target."cfg(target_os = \"windows\")".dependencies]
winreg = "0.51"
winreg = "0.52"
once_cell = "1.18"
uuid = { version = "1", features = [ "v4", "v5" ] }
regex = "1.10"
Expand Down

0 comments on commit c8f5ed0

Please sign in to comment.