From 6095e83b7e5fa59a205e1106ed85af08fc81ddbb Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 28 Jul 2023 15:39:52 +0200 Subject: [PATCH] Bump phf dependencies from 0.10 to 0.11 --- rust-string_cache.spec | 3 +++ string_cache-fix-metadata.diff | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 string_cache-fix-metadata.diff diff --git a/rust-string_cache.spec b/rust-string_cache.spec index b1da19b..340ff3b 100644 --- a/rust-string_cache.spec +++ b/rust-string_cache.spec @@ -12,6 +12,9 @@ Summary: String interning library for Rust, developed as part of the Serv License: MIT OR Apache-2.0 URL: https://crates.io/crates/string_cache Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * bump phf_shared dependency from 0.10 to 0.11 +Patch: string_cache-fix-metadata.diff BuildRequires: rust-packaging >= 21 diff --git a/string_cache-fix-metadata.diff b/string_cache-fix-metadata.diff new file mode 100644 index 0000000..532f2fc --- /dev/null +++ b/string_cache-fix-metadata.diff @@ -0,0 +1,11 @@ +--- string_cache-0.8.7/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ string_cache-0.8.7/Cargo.toml 2023-07-28T13:16:52.450530+00:00 +@@ -37,7 +37,7 @@ + version = "0.12" + + [dependencies.phf_shared] +-version = "0.10" ++version = "0.11" + + [dependencies.precomputed-hash] + version = "0.1"