Skip to content

Commit b3e373b

Browse files
committed
deps: relax zip dependency to allow building with v0.6 and v1
1 parent 56159c4 commit b3e373b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ repository = "https://github.com/PyO3/python-pkginfo-rs"
1313

1414
[dependencies]
1515
bzip2 = { version = "0.4.4", optional = true }
16-
flate2 = "1.0.20"
16+
flate2 = "1.0.22"
1717
fs-err = "2.6.0"
1818
mailparse = "0.15"
1919
rfc2047-decoder = "1.0.5"
2020
serde = { version = "1.0.126", features = ["derive"], optional = true }
2121
tar = "0.4.35"
2222
thiserror = "1.0.30"
2323
xz = { version = "0.1.0", optional = true }
24-
zip = { version = "1.0.0", default-features = false, features = ["bzip2", "deflate", "time"] }
24+
zip = { version = ">=0.6,<2", default-features = false, features = ["bzip2", "deflate", "time"] }
2525

2626
[dev-dependencies]
2727
serde_json = "1.0.99"

0 commit comments

Comments
 (0)