Skip to content

Commit

Permalink
deps(cargo): bump zip from 2.1.0 to 2.1.2 in the rust group (#20)
Browse files Browse the repository at this point in the history
Bumps the rust group with 1 update: [zip](https://github.com/zip-rs/zip2).


Updates `zip` from 2.1.0 to 2.1.2
- [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.0...v2.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 299cebf commit 7f2626f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ windows-sys = { version = "0.52.0", features = [
"Win32_Security",
"Win32_System_Diagnostics_Debug",
] }
zip = { version = "2.1.0", default-features = false, features = [
zip = { version = "2.1.2", default-features = false, features = [
"deflate",
"bzip2",
] }
Expand Down

0 comments on commit 7f2626f

Please sign in to comment.