Skip to content

Commit 2e1da0d

Browse files
chore(deps): update bzip2 requirement from 0.4.3 to 0.5.0 (#269)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3eb2f7 commit 2e1da0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ time = { version = "0.3.1", default-features = false }
2727

2828
[dependencies]
2929
aes = { version = "0.8", optional = true }
30-
bzip2 = { version = "0.4.3", optional = true }
30+
bzip2 = { version = "0.5.0", optional = true }
3131
chrono = { version = "0.4", optional = true }
3232
constant_time_eq = { version = "0.3", optional = true }
3333
crc32fast = "1.4"

0 commit comments

Comments
 (0)