Update to version 0.11.11; Fixes RHBZ#2096455

epel9
Fabio Valentini 3 years ago
parent 50196d6422
commit 42367a4179
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/reqwest-0.11.4.crate
/reqwest-0.11.6.crate
/reqwest-0.11.10.crate
/reqwest-0.11.11.crate

@ -1,6 +1,15 @@
--- reqwest-0.11.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.10/Cargo.toml 2022-03-18T19:00:01.935814+00:00
@@ -370,42 +370,3 @@
--- reqwest-0.11.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.11/Cargo.toml 2022-07-17T13:09:58.129385+00:00
@@ -208,7 +208,7 @@
trust-dns = ["trust-dns-resolver"]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-compression]
-version = "0.3.13"
+version = "0.3.12"
features = ["tokio"]
optional = true
default-features = false
@@ -373,42 +373,3 @@
"rt-multi-thread",
]
default-features = false

@ -5,7 +5,7 @@
%global crate reqwest
Name: rust-%{crate}
Version: 0.11.10
Version: 0.11.11
Release: %autorelease
Summary: Higher level HTTP client library
@ -15,7 +15,7 @@ URL: https://crates.io/crates/reqwest
Source: %{crates_source}
# Initial patched metadata
# * drop windows- and WASM-specific dependencies
# * temporarily drop unused RusTLS features
# * temporarily downgrade async-compression from 0.3.13 to 0.3.12
Patch0: reqwest-fix-metadata.diff
ExclusiveArch: %{rust_arches}

@ -1 +1 @@
SHA512 (reqwest-0.11.10.crate) = 17727bd585b244c65ec5857899e2cddab7a4284cd17f8fe0066f203bc2f57a2aedc33bf734e02d06a059983e1eecf7c689f2b0a40b7ffd0225302b7ef72a8daa
SHA512 (reqwest-0.11.11.crate) = 62b59d6114b6aa1c2fc936940e940ce9f66416024ea046970deb30dbf5f261edd5b073b3890b6ef11edc41b4e414429eaea391ff1dddffafe178d71605a7f447

Loading…
Cancel
Save