From 06ac2d1dd97c83546cbe82f1be8fb17158a05d01 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 19 Sep 2024 19:27:31 +0200 Subject: [PATCH] Bump zstd dependency from 0.12 to 0.13 --- rust-zip.spec | 4 ++-- rust2rpm.toml | 4 ++-- zip-fix-metadata.diff | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rust-zip.spec b/rust-zip.spec index 5d694a1..b86943d 100644 --- a/rust-zip.spec +++ b/rust-zip.spec @@ -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 diff --git a/rust2rpm.toml b/rust2rpm.toml index 7028778..564ddc0 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -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", ] diff --git a/zip-fix-metadata.diff b/zip-fix-metadata.diff index a7ac1fc..6f814e1 100644 --- a/zip-fix-metadata.diff +++ b/zip-fix-metadata.diff @@ -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]