Skip to content

Commit

Permalink
fix(deps): update rust crate once_cell to 1.19 (#93)
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] authored Dec 11, 2023
1 parent 2d780cc commit c05511d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 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 crates/packager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ native-tls = { version = "0.2", optional = true }

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

Expand Down

0 comments on commit c05511d

Please sign in to comment.