Skip to content

Commit

Permalink
Bump the cargo group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [rc-zip-sync](https://github.com/fasterthanlime/rc-zip).


Updates `anyhow` from 1.0.80 to 1.0.81
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.80...1.0.81)

Updates `rc-zip-sync` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/fasterthanlime/rc-zip/releases)
- [Changelog](https://github.com/fasterthanlime/rc-zip/blob/main/CHANGELOG.md)
- [Commits](bearcove/rc-zip@rc-zip-sync-v4.0.0...rc-zip-sync-v4.0.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rc-zip-sync
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 882bb3b commit f787757
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -22,11 +22,11 @@ include = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.80"
anyhow = "1.0.81"
flate2 = "1.0.28"
hex = "0.4.3"
pico-args = { version = "0.5.0", features = ["eq-separator"] }
rc-zip-sync = { version = "4.0.0", default-features = false, features = ["deflate", "deflate64"] }
rc-zip-sync = { version = "4.0.1", default-features = false, features = ["deflate", "deflate64"] }
sha2 = "0.10.8"
sha3 = "0.10.8"
tar = "0.4.40"
Expand Down

0 comments on commit f787757

Please sign in to comment.