Merge pull request #222 from mbrubeck/flate2

Allow flate2 >1.0.14
This commit is contained in:
Plecra 2021-04-16 16:58:37 +01:00 committed by GitHub
commit 2d99f88870
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,7 @@ Library to support the reading and writing of zip files.
edition = "2018"
[dependencies]
# FIXME(#170): flate2 1.0.15 has an MSRV of 1.36.0, breaking ours. We'll update when we know if this will be addressed
flate2 = { version = ">=1.0.0, <=1.0.14", default-features = false, optional = true }
flate2 = { version = "1.0.0", default-features = false, optional = true }
time = { version = "0.1", optional = true }
byteorder = "1.3"
bzip2 = { version = "0.3", optional = true }