Update to version 0.11.15; Fixes RHBZ#2180105

epel9
Fabio Valentini 2 years ago
parent 114231588a
commit d1fdc701ee
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/reqwest-0.11.11.crate
/reqwest-0.11.12.crate
/reqwest-0.11.14.crate
/reqwest-0.11.15.crate

@ -1,6 +1,6 @@
--- reqwest-0.11.14/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.14/Cargo.toml 2023-02-23T15:53:48.406031+00:00
@@ -211,7 +211,6 @@
--- reqwest-0.11.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.15/Cargo.toml 2023-03-21T13:57:15.312557+00:00
@@ -218,7 +218,6 @@
stream = [
"tokio/fs",
"tokio-util",
@ -8,7 +8,7 @@
]
trust-dns = ["trust-dns-resolver"]
@@ -370,46 +369,3 @@
@@ -398,48 +397,3 @@
]
default-features = false
@ -31,6 +31,8 @@
-[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
-version = "0.3.25"
-features = [
- "AbortController",
- "AbortSignal",
- "Headers",
- "Request",
- "RequestInit",

@ -5,7 +5,7 @@
%global crate reqwest
Name: rust-reqwest
Version: 0.11.14
Version: 0.11.15
Release: %autorelease
Summary: Higher level HTTP client library

@ -1,8 +1,13 @@
[DEFAULT]
unwanted-features =
__rustls
futures-channel
h3
h3-quinn
http3
hyper-rustls
native-tls-vendored
quinn
rustls
rustls-native-certs
rustls-pemfile

@ -1 +1 @@
SHA512 (reqwest-0.11.14.crate) = b853212d8495e98295e861b900e73ce80be1135ec9904b57dd75de2102fc465c3e3dee93c70c07dc46ac67b56affbc0f88a7b65c706521564a7c1ac5f6e62115
SHA512 (reqwest-0.11.15.crate) = 8ee67ce1369008b098335fb9567eb92fe7147663452d062f2b10f7d24eef5fac50e327321013f28846942ba8e5a9ec666ed662014ad6bfce20772ef096da631b

Loading…
Cancel
Save