Skip to content

Commit

Permalink
Bump the cargo group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [flate2](https://github.com/rust-lang/flate2-rs), [rc-zip-sync](https://github.com/fasterthanlime/rc-zip) and [tar](https://github.com/alexcrichton/tar-rs).


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

Updates `flate2` from 1.0.34 to 1.0.35
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.34...1.0.35)

Updates `rc-zip-sync` from 4.2.3 to 4.2.4
- [Release notes](https://github.com/fasterthanlime/rc-zip/releases)
- [Changelog](https://github.com/bearcove/rc-zip/blob/main/CHANGELOG.md)
- [Commits](bearcove/rc-zip@rc-zip-sync-v4.2.3...rc-zip-sync-v4.2.4)

Updates `tar` from 0.4.42 to 0.4.43
- [Commits](alexcrichton/tar-rs@0.4.42...0.4.43)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: flate2
  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
- dependency-name: tar
  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 Dec 29, 2024
1 parent 15f9c73 commit 489657a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ include = [
]

[dependencies]
anyhow = "1.0.91"
flate2 = "1.0.34" # TODO: zlib?
anyhow = "1.0.95"
flate2 = "1.0.35" # TODO: zlib?
hex = "0.4.3"
pico-args = { version = "0.5.0", features = ["eq-separator"] }
rc-zip-sync = { version = "4.2.3", default-features = false, features = ["deflate", "deflate64"] }
rc-zip-sync = { version = "4.2.4", default-features = false, features = ["deflate", "deflate64"] }
sha2 = "0.10.8"
sha3 = "0.10.8"
tar = "0.4.42"
tar = "0.4.43"

[profile.dev]
panic = "abort"
Expand Down

0 comments on commit 489657a

Please sign in to comment.