Skip to content

Commit e7248e5

Browse files
authored
Updates bzip dependency to the patch version of 0.4.4 (#6)
1 parent d719988 commit e7248e5

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
@@ -12,7 +12,7 @@ repository = "https://github.com/PyO3/python-pkginfo-rs"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
bzip2 = { version = "0.4.2", optional = true }
15+
bzip2 = { version = "0.4.4", optional = true }
1616
flate2 = "1.0.20"
1717
fs-err = "2.6.0"
1818
mailparse = "0.13.4"

0 commit comments

Comments
 (0)