From d48826ff12f82b31e4bf3edeb888f99caa6108a6 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 16 Dec 2025 11:18:38 +0000 Subject: [PATCH] Allow bzip2 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b01ed59..450b7fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/PyO3/python-pkginfo-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bzip2 = { version = "0.5.2", optional = true } +bzip2 = { version = ">=0.5.2, <0.7.0", optional = true } flate2 = "1.0.33" fs-err = "3.0.0" mailparse = "0.16"