diff --git a/rust-tokei.spec b/rust-tokei.spec index 554ca79..fed4100 100644 --- a/rust-tokei.spec +++ b/rust-tokei.spec @@ -14,6 +14,7 @@ URL: https://crates.io/crates/tokei Source: %{crates_source} # Initial patched metadata # * Bump to parking_lot 0.11, https://github.com/XAMPPRocky/tokei/pull/575 +# * Bump to dashmap 4.0.1, https://github.com/XAMPPRocky/tokei/pull/680 Patch0: tokei-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -164,6 +165,7 @@ which use "yaml" feature of "%{crate}" crate. %changelog * Thu Jul 29 2021 Josh Stone - 12.0.4-6 - Revert to 12.0.4 until crate(num-format) is available. +- Bump to dashmap 4.0.1. * Fri Jul 23 2021 Fedora Release Engineering - 12.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/tokei-fix-metadata.diff b/tokei-fix-metadata.diff index 239f70f..07897d9 100644 --- a/tokei-fix-metadata.diff +++ b/tokei-fix-metadata.diff @@ -1,5 +1,14 @@ ---- tokei-12.0.4/Cargo.toml 2020-06-24T12:03:47+00:00 -+++ tokei-12.0.4/Cargo.toml 2020-09-11T22:58:34.504385+00:00 +--- tokei-12.0.4/Cargo.toml 2020-06-24T12:03:47+00:00 ++++ tokei-12.0.4/Cargo.toml 2021-07-29T17:43:14.663987+00:00 +@@ -37,7 +37,7 @@ + version = "0.4.2" + + [dependencies.dashmap] +-version = "3.11.4" ++version = "4.0.1" + features = ["serde"] + + [dependencies.dirs] @@ -67,7 +67,7 @@ version = "1.4.0"