Skip to content

Commit 18ec09a

Browse files
chore(deps): update bzip2 requirement from 0.4.4 to 0.5.0
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]>
1 parent eb7abe2 commit 18ec09a

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
@@ -33,7 +33,7 @@ deflate64 = ["dep:deflate64"]
3333

3434
[dependencies]
3535
brotli = { version = "7.0", optional = true }
36-
bzip2 = { version = "0.4.4", optional = true }
36+
bzip2 = { version = "0.5.0", optional = true }
3737
flate2 = { version = "1.0.13", optional = true }
3838
futures-core = { version = "0.3", default-features = false }
3939
futures-io = { version = "0.3", default-features = false, features = ["std"], optional = true }

0 commit comments

Comments
 (0)