Update to version 0.11.24; Fixes RHBZ#2262140

epel10
Fabio Valentini 1 year ago
parent 5bede04bf3
commit bc5ea410da
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -28,3 +28,4 @@
/reqwest-0.11.20.crate /reqwest-0.11.20.crate
/reqwest-0.11.22.crate /reqwest-0.11.22.crate
/reqwest-0.11.23.crate /reqwest-0.11.23.crate
/reqwest-0.11.24.crate

@ -1,6 +1,6 @@
--- reqwest-0.11.23/Cargo.toml 1970-01-01T00:00:01+00:00 --- reqwest-0.11.24/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.23/Cargo.toml 2024-01-11T20:28:26.120472+00:00 +++ reqwest-0.11.24/Cargo.toml 2024-02-01T15:39:34.817135+00:00
@@ -221,7 +221,6 @@ @@ -223,7 +223,6 @@
stream = [ stream = [
"tokio/fs", "tokio/fs",
"tokio-util", "tokio-util",
@ -8,7 +8,7 @@
] ]
trust-dns = ["trust-dns-resolver"] trust-dns = ["trust-dns-resolver"]
@@ -403,51 +402,3 @@ @@ -413,51 +412,3 @@
] ]
default-features = false default-features = false
@ -25,7 +25,7 @@
-version = "0.4.18" -version = "0.4.18"
- -
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-streams] -[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-streams]
-version = "0.3" -version = "0.4"
-optional = true -optional = true
- -
-[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] -[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]

@ -5,7 +5,7 @@
%global crate reqwest %global crate reqwest
Name: rust-reqwest Name: rust-reqwest
Version: 0.11.23 Version: 0.11.24
Release: %autorelease Release: %autorelease
Summary: Higher level HTTP client library Summary: Higher level HTTP client library
@ -374,18 +374,6 @@ use the "rustls-native-certs" feature of the "%{crate}" crate.
%files -n %{name}+rustls-native-certs-devel %files -n %{name}+rustls-native-certs-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rustls-pemfile-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustls-pemfile-devel %{_description}
This package contains library source intended for building other packages which
use the "rustls-pemfile" feature of the "%{crate}" crate.
%files -n %{name}+rustls-pemfile-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rustls-tls-devel %package -n %{name}+rustls-tls-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (reqwest-0.11.23.crate) = 13f4b4622318a6996f019be8f374be76384f7985e0d48de91254d050d56ce1a0642f1e8e7b5ae59e5310e2c0551ac5e90845b92257e33927b80e86987915fce0 SHA512 (reqwest-0.11.24.crate) = cadb9d44f3e82da2ab69eb5cf669a44302b737072632d4ddbb5f11924814acefc318dc13fcc690e581606353344bace46f7f1d3759b9ab968e857dfc622a768f

Loading…
Cancel
Save