Update to version 0.11.12; Fixes RHBZ#2128505

epel9
Fabio Valentini 2 years ago
parent 4f515306a7
commit aef0c99ea9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/reqwest-0.11.6.crate /reqwest-0.11.6.crate
/reqwest-0.11.10.crate /reqwest-0.11.10.crate
/reqwest-0.11.11.crate /reqwest-0.11.11.crate
/reqwest-0.11.12.crate

@ -1,19 +1,18 @@
--- reqwest-0.11.11/Cargo.toml 1970-01-01T00:00:01+00:00 --- reqwest-0.11.12/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.11/Cargo.toml 2022-07-17T13:09:58.129385+00:00 +++ reqwest-0.11.12/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -208,7 +208,7 @@ @@ -179,7 +179,7 @@
trust-dns = ["trust-dns-resolver"] "async-compression/gzip",
"tokio-util",
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-compression] ]
-version = "0.3.13" -json = ["serde_json"]
+version = "0.3.12" +json = []
features = ["tokio"] multipart = ["mime_guess"]
optional = true native-tls = ["default-tls"]
default-features = false native-tls-alpn = [
@@ -373,42 +373,3 @@ @@ -374,41 +374,3 @@
"rt-multi-thread",
] ]
default-features = false default-features = false
-
-[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] -[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
-version = "0.3.45" -version = "0.3.45"
- -

@ -1,22 +1,20 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate reqwest %global crate reqwest
Name: rust-%{crate} Name: rust-reqwest
Version: 0.11.11 Version: 0.11.12
Release: %autorelease Release: %autorelease
Summary: Higher level HTTP client library Summary: Higher level HTTP client library
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/reqwest URL: https://crates.io/crates/reqwest
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * drop windows- and WASM-specific dependencies Patch: reqwest-fix-metadata-auto.diff
# * temporarily downgrade async-compression from 0.3.13 to 0.3.12
Patch0: reqwest-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}

@ -1 +1 @@
SHA512 (reqwest-0.11.11.crate) = 62b59d6114b6aa1c2fc936940e940ce9f66416024ea046970deb30dbf5f261edd5b073b3890b6ef11edc41b4e414429eaea391ff1dddffafe178d71605a7f447 SHA512 (reqwest-0.11.12.crate) = 7ce5e08b580beb3f514c913e3f931242cb6be27a3520285003d054e6ca2efd31eeb469aecd049569e46b7e12c6ee884f5cbcd9665c1e868a83d9bfa4c77e5d03

Loading…
Cancel
Save