Skip to content

Commit

Permalink
Update bzip dependency to the patch version of 0.4.4 (#63)
Browse files Browse the repository at this point in the history
Updates bzip dependency to the patch version of 0.4.4

[Advisory](https://rustsec.org/advisories/RUSTSEC-2023-0004.html)
[fix](trifectatechfoundation/bzip2-rs#86)

Co-authored-by: Luiz Irber <[email protected]>
  • Loading branch information
Dylan-DPC and luizirber authored Jun 8, 2024
1 parent 76e7952 commit 8e8d010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ xz_tokio = ["liblzma/tokio"]
[dependencies]
cfg-if = "1.0"
thiserror = "1.0"
bzip2 = { version = "0.4.3", optional = true }
bzip2 = { version = "0.4.4", optional = true }
flate2 = { version = "1.0", optional = true }
liblzma = { version = "0.3.1", optional = true }
bgzip = { version = "0.2.2", optional = true }
Expand Down Expand Up @@ -91,4 +91,4 @@ denylist = [
"xz",
]

skip_optional_dependencies = true
skip_optional_dependencies = true

0 comments on commit 8e8d010

Please sign in to comment.