bump zstd crate dependency from 0.10 to 0.11

This commit is contained in:
Fabio Valentini 2022-08-06 21:44:57 +02:00
parent 93aa4c71b1
commit 166a735cf2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
2 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Tweaks that hasn't been upstreamed for 6.2:
- update one micro-timer to 0.4.0
- update memmap2 to 0.5.3
Update zstd to 0.10.0 (upstream is stuck on 0.5 because MSRV)
Update zstd to 0.11.0 (upstream is stuck on 0.5 because MSRV)
- adapt for breaking changes in zstd 0.10.0
diff --git a/rust/hg-core/Cargo.toml b/rust/hg-core/Cargo.toml
@ -20,7 +20,7 @@ diff --git a/rust/hg-core/Cargo.toml b/rust/hg-core/Cargo.toml
-memmap2 = {version = "0.4", features = ["stable_deref_trait"]}
-zstd = "0.5.3"
+memmap2 = {version = "0.5.3", features = ["stable_deref_trait"]}
+zstd = "0.10"
+zstd = "0.11"
format-bytes = "0.3.0"
# We don't use the `miniz-oxide` backend to not change rhg benchmarks and until

View File

@ -10,7 +10,7 @@
Summary: A fast, lightweight Source Control Management system
Name: mercurial
Version: 6.2.1
Release: 2%{?dist}
Release: 3%{?dist}
# Release: 1.rc1%%{?dist}
@ -273,6 +273,9 @@ pathfix.py -pni "%{python3}" %{buildroot}%{_bindir}/hg-ssh
%changelog
* Sat Aug 06 2022 Fabio Valentini <decathorpe@gmail.com> - 6.2.1-3
- Bump zstd crate dependency from 0.10 to 0.11.
* Sat Aug 06 2022 Mads Kiilerich <mads@kiilerich.com> - 6.2.1-2
- Own .egg-info as directory, as introduced by setuptools 60 (#2115906)