Bump to dashmap 4.0.1.

This commit is contained in:
Josh Stone 2021-07-29 10:47:08 -07:00
parent 452da00369
commit 75c71a6585
2 changed files with 13 additions and 2 deletions

View File

@ -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 <jistone@redhat.com> - 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 <releng@fedoraproject.org> - 12.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

View File

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