chore: pin the flate2 version for now

This commit is contained in:
Marli Frost 2020-07-08 12:38:32 +01:00
parent 97fe9d5a5b
commit 52c8dfed56
No known key found for this signature in database
GPG key ID: CB0BEA7CF9BD1245

View file

@ -13,7 +13,7 @@ Library to support the reading and writing of zip files.
edition = "2018"
[dependencies]
flate2 = { version = "1.0", default-features = false, optional = true }
flate2 = { version = ">=1.0.0, <=1.0.14", default-features = false, optional = true }
time = { version = "0.1", optional = true }
byteorder = "1.3"
bzip2 = { version = "0.3", optional = true }