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.
rust-zip/zip-fix-metadata.diff

25 lines
483 B

--- zip-0.6.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zip-0.6.6/Cargo.toml 2024-09-19T14:51:23.595673+00:00
@@ -50,7 +50,7 @@
optional = true
[dependencies.constant_time_eq]
-version = "0.1.5"
+version = "0.3"
optional = true
[dependencies.crc32fast]
@@ -81,11 +81,8 @@
default-features = false
[dependencies.zstd]
-version = "0.11.2"
+version = "0.12"
optional = true
-
-[dev-dependencies.bencher]
-version = "0.1.5"
[dev-dependencies.getrandom]
version = "0.2.5"