Update to version 0.11.16; Fixes RHBZ#2182147

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

1
.gitignore vendored

@ -21,3 +21,4 @@
/reqwest-0.11.12.crate /reqwest-0.11.12.crate
/reqwest-0.11.14.crate /reqwest-0.11.14.crate
/reqwest-0.11.15.crate /reqwest-0.11.15.crate
/reqwest-0.11.16.crate

@ -1,6 +1,6 @@
--- reqwest-0.11.15/Cargo.toml 1970-01-01T00:00:01+00:00 --- reqwest-0.11.16/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.15/Cargo.toml 2023-03-21T13:57:15.312557+00:00 +++ reqwest-0.11.16/Cargo.toml 2023-03-30T12:41:19.351201+00:00
@@ -218,7 +218,6 @@ @@ -221,7 +221,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"]
@@ -398,48 +397,3 @@ @@ -401,48 +400,3 @@
] ]
default-features = false default-features = false

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

@ -1 +1 @@
SHA512 (reqwest-0.11.15.crate) = 8ee67ce1369008b098335fb9567eb92fe7147663452d062f2b10f7d24eef5fac50e327321013f28846942ba8e5a9ec666ed662014ad6bfce20772ef096da631b SHA512 (reqwest-0.11.16.crate) = 949cab4b4cf91092af76cba5e6d14b6211699f6ef237d4f42add32abb0cbdbb4a14b3460d6d016dcde64ef300fc7b9575d0e5e6afb8ddd38624504ec400914bb

Loading…
Cancel
Save