@ -14,6 +14,7 @@ URL: https://crates.io/crates/zip
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump constant_time_eq dependency from 0.1 to 0.3
# * bump pbkdf2 dependency from 0.11 to 0.12
# * bump zstd dependency from 0.11 to 0.13
# * drop unused, benchmark-only bencher dev-dependency
Patch: zip-fix-metadata.diff
@ -1,6 +1,7 @@
[package]
cargo-toml-patch-comments = [
"bump constant_time_eq dependency from 0.1 to 0.3",
"bump pbkdf2 dependency from 0.11 to 0.12",
"bump zstd dependency from 0.11 to 0.13",
"drop unused, benchmark-only bencher dev-dependency",
]
@ -1,5 +1,5 @@
--- zip-0.6.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zip-0.6.6/Cargo.toml 2024-09-19T17:25:43.933457+00:00
+++ zip-0.6.6/Cargo.toml 2024-09-19T17:54:06.895145+00:00
@@ -50,7 +50,7 @@
optional = true
@ -9,6 +9,15 @@
[dependencies.crc32fast]
@@ -67,7 +67,7 @@
[dependencies.pbkdf2]
-version = "0.11.0"
+version = "0.12.0"
[dependencies.sha1]
@@ -81,11 +81,8 @@
default-features = false