Skip to content

Commit 8e8d010

Browse files
Dylan-DPCluizirber
andauthored
Update bzip dependency to the patch version of 0.4.4 (#63)
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 <luizirber@users.noreply.github.com>
1 parent 76e7952 commit 8e8d010

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ xz_tokio = ["liblzma/tokio"]
3939
[dependencies]
4040
cfg-if = "1.0"
4141
thiserror = "1.0"
42-
bzip2 = { version = "0.4.3", optional = true }
42+
bzip2 = { version = "0.4.4", optional = true }
4343
flate2 = { version = "1.0", optional = true }
4444
liblzma = { version = "0.3.1", optional = true }
4545
bgzip = { version = "0.2.2", optional = true }
@@ -91,4 +91,4 @@ denylist = [
9191
"xz",
9292
]
9393

94-
skip_optional_dependencies = true
94+
skip_optional_dependencies = true

0 commit comments

Comments
 (0)