Bump zstd dependency from 0.12 to 0.13

epel10
Fabio Valentini 5 months ago
parent 2ef4e78cde
commit 06ac2d1dd9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -13,8 +13,8 @@ License: MIT
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.2
# * bump zstd dependency from 0.11 to 0.12
# * bump constant_time_eq dependency from 0.1 to 0.3
# * bump zstd dependency from 0.11 to 0.13
# * drop unused, benchmark-only bencher dev-dependency
Patch: zip-fix-metadata.diff

@ -1,7 +1,7 @@
[package]
cargo-toml-patch-comments = [
"bump constant_time_eq dependency from 0.1 to 0.2",
"bump zstd dependency from 0.11 to 0.12",
"bump constant_time_eq dependency from 0.1 to 0.3",
"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-19T14:51:23.595673+00:00
+++ zip-0.6.6/Cargo.toml 2024-09-19T17:25:43.933457+00:00
@@ -50,7 +50,7 @@
optional = true
@ -14,7 +14,7 @@
[dependencies.zstd]
-version = "0.11.2"
+version = "0.12"
+version = "0.13"
optional = true
-
-[dev-dependencies.bencher]

Loading…
Cancel
Save