Skip to content

Commit

Permalink
deps(cargo): bump the rust group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the rust group with 2 updates: [windows-sys](https://github.com/microsoft/windows-rs) and [zip](https://github.com/zip-rs/zip2).


Updates `windows-sys` from 0.52.0 to 0.59.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.52.0...0.59.0)

Updates `zip` from 2.1.5 to 2.1.6
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v2.1.5...v2.1.6)

---
updated-dependencies:
- dependency-name: windows-sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent e86db54 commit d71008b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 22 deletions.
56 changes: 36 additions & 20 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ categories = ["command-line-utilities"]
thiserror = "1.0.63"
widestring = "1.1.0"
win-msgbox = "0.2.0"
windows-sys = { version = "0.52.0", features = [
windows-sys = { version = "0.59.0", features = [
"Win32_System_Threading",
"Win32_Foundation",
"Win32_Security",
"Win32_System_Diagnostics_Debug",
] }
zip = { version = "2.1.5", default-features = false, features = [
zip = { version = "2.1.6", default-features = false, features = [
"deflate",
"bzip2",
] }
Expand Down

0 comments on commit d71008b

Please sign in to comment.