You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
388 B
20 lines
388 B
--- zip-0.5.11/Cargo.toml 2021-03-01T12:07:05+00:00
|
|
+++ zip-0.5.11/Cargo.toml 2021-03-01T16:50:52.208395+00:00
|
|
@@ -27,14 +27,14 @@
|
|
version = "1.3"
|
|
|
|
[dependencies.bzip2]
|
|
-version = "0.3"
|
|
+version = "0.4"
|
|
optional = true
|
|
|
|
[dependencies.crc32fast]
|
|
version = "1.0"
|
|
|
|
[dependencies.flate2]
|
|
-version = ">=1.0.0, <=1.0.14"
|
|
+version = "1.0.0"
|
|
optional = true
|
|
default-features = false
|
|
|