Skip to content

Commit

Permalink
chore(deps): update bzip2 requirement from 0.4.3 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) to permit the latest version.
- [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases)
- [Commits](trifectatechfoundation/bzip2-rs@0.4.4...v0.5.0)

---
updated-dependencies:
- dependency-name: bzip2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 810d18a commit 6eac180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ time = { version = "0.3.1", default-features = false }

[dependencies]
aes = { version = "0.8", optional = true }
bzip2 = { version = "0.4.3", optional = true }
bzip2 = { version = "0.5.0", optional = true }
chrono = { version = "0.4", optional = true }
constant_time_eq = { version = "0.3", optional = true }
crc32fast = "1.4"
Expand Down

0 comments on commit 6eac180

Please sign in to comment.