Bump phf dependencies from 0.10 to 0.11

epel9 imports/e9/rust-string_cache-0.8.7-3.el9
Fabio Valentini 2 years ago
parent 823d08855e
commit 6095e83b7e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -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

@ -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"
Loading…
Cancel
Save