Rebuild for tokio, h2, and openssl crate security updates

tokio: RUSTSEC-2023-0005
h2: RUSTSEC-2023-0034 / CVE-2023-26964
openssl: RUSTSEC-2023-0022, RUSTSEC-2023-0023, RUSTSEC-2023-0024
This commit is contained in:
Fabio Valentini 2023-05-03 16:35:56 +02:00
parent 8947f78e35
commit b73e5367b5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

View File

@ -8,7 +8,7 @@
Name: rust-%{crate}
Version: 5.4.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Simple cloud provider agent
# Upstream license specification: Apache-2.0
@ -153,6 +153,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
%endif
%changelog
* Wed May 03 2023 Fabio Valentini <decathorpe@gmail.com> - 5.4.0-3
- Rebuild for tokio, h2, and openssl crate security updates
* Mon Mar 20 2023 Benjamin Gilbert <bgilbert@redhat.com> - 5.4.0-2
- Update for Mockito 1.0 API