Skip to content

Commit

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


Updates `thiserror` from 1.0.59 to 1.0.60
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.59...1.0.60)

Updates `zip` from 1.1.4 to 1.2.3
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v1.1.4...v1.2.3)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 May 13, 2024
1 parent eed5e83 commit 849208d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 71 deletions.
75 changes: 6 additions & 69 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 @@ -10,7 +10,7 @@ keywords = ["cli"]
categories = ["command-line-utilities"]

[dependencies]
thiserror = "1.0.59"
thiserror = "1.0.60"
widestring = "1.1.0"
win-msgbox = "0.1.3"
windows-sys = { version = "0.52.0", features = [
Expand All @@ -19,7 +19,7 @@ windows-sys = { version = "0.52.0", features = [
"Win32_Security",
"Win32_System_Diagnostics_Debug",
] }
zip = { version = "1.1.4", default-features = false, features = [
zip = { version = "1.2.3", default-features = false, features = [
"deflate",
"bzip2",
] }
Expand Down

0 comments on commit 849208d

Please sign in to comment.