Skip to content

Commit d6175d5

Browse files
chore(deps): update bzip2 requirement from 0.5 to 0.6 (#350)
* chore(deps): update bzip2 requirement from 0.5 to 0.6 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@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: bzip2 dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Allow new bzip license deny.toml Signed-off-by: Jiahao XU <[email protected]> * Fix deny.toml Signed-off-by: Jiahao XU <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jiahao XU <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jiahao XU <[email protected]>
1 parent 4d41947 commit d6175d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ deflate64 = ["dep:deflate64"]
3636

3737
[dependencies]
3838
brotli = { version = "8", optional = true }
39-
bzip2 = { version = "0.5", optional = true }
39+
bzip2 = { version = "0.6", optional = true }
4040
flate2 = { version = "1.0.13", optional = true }
4141
futures-core = { version = "0.3", default-features = false }
4242
futures-io = { version = "0.3", default-features = false, features = ["std"], optional = true }

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ allow = [
88
"Apache-2.0",
99
"BSD-3-Clause",
1010
"Unicode-DFS-2016",
11+
"bzip2-1.0.6",
1112
]
1213

1314
[bans]

0 commit comments

Comments
 (0)