update to version 0.11.2

epel9
Fabio Valentini 4 years ago
parent cb3facc586
commit 938e4a1888
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/reqwest-0.10.8.crate
/reqwest-0.10.9.crate
/reqwest-0.11.1.crate
/reqwest-0.11.2.crate

@ -1,5 +1,5 @@
--- reqwest-0.11.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ reqwest-0.11.1/Cargo.toml 2021-03-06T21:31:58.165069+00:00
--- reqwest-0.11.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ reqwest-0.11.2/Cargo.toml 2021-03-23T20:54:23.438337+00:00
@@ -266,20 +266,3 @@
version = "1.0"
features = ["macros", "rt-multi-thread"]

@ -5,7 +5,7 @@
%global crate reqwest
Name: rust-%{crate}
Version: 0.11.1
Version: 0.11.2
Release: 1%{?dist}
Summary: Higher level HTTP client library
@ -14,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/reqwest
Source: %{crates_source}
# Initial patched metadata
# * No windows/wasm32
# * No windows/wasm32 dependencies
Patch0: reqwest-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -381,6 +381,10 @@ which use "trust-dns-resolver" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.11.2-1
- Update to version 0.11.2.
- Fixes RHBZ#1937094
* Sat Mar 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.11.1-1
- Update to version 0.11.1.

@ -1 +1 @@
SHA512 (reqwest-0.11.1.crate) = 063b92ffb57dcc4d79a776a97b1cd2ed29c3ab686e49e3c1395589e4e2425154ab2eb7ad10785d1f904fdce4e50d8efe815f2bcc81a18d0d7e0a21af4898bae4
SHA512 (reqwest-0.11.2.crate) = cb5d2dc85d7a0eccbcfcfc11db3fda7647b5ce706ec33e63e7105613e47facb20ca82cd02f8b9fb44e98be501e4e59fba6d7434bc056ef58225c8845417018b1

Loading…
Cancel
Save