Skip to content

Commit 80e4440

Browse files
authored
Merge pull request #25 from decathorpe/main
Update bzip2 to 0.5
2 parents 4b3edc0 + d7dc53d commit 80e4440

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4", optional = true }
15+
bzip2 = { version = "0.5.2", optional = true }
1616
flate2 = "1.0.33"
1717
fs-err = "3.0.0"
1818
mailparse = "0.16"

0 commit comments

Comments
 (0)