Update to version 0.11.18; Fixes RHBZ#2207795

epel9
Fabio Valentini 2 years ago
parent 3e874fab9b
commit c8ca58f78b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/reqwest-0.11.15.crate /reqwest-0.11.15.crate
/reqwest-0.11.16.crate /reqwest-0.11.16.crate
/reqwest-0.11.17.crate /reqwest-0.11.17.crate
/reqwest-0.11.18.crate

@ -1,5 +1,5 @@
--- reqwest-0.11.17/Cargo.toml 1970-01-01T00:00:01+00:00 --- reqwest-0.11.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.17/Cargo.toml 2023-04-28T20:30:37.042437+00:00 +++ reqwest-0.11.18/Cargo.toml 2023-07-15T14:30:34.390126+00:00
@@ -221,7 +221,6 @@ @@ -221,7 +221,6 @@
stream = [ stream = [
"tokio/fs", "tokio/fs",

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

@ -1 +1 @@
SHA512 (reqwest-0.11.17.crate) = 99ac0f0d044f798b2fe079ba256c3153af953ff536d5d696d24fbc669e42920c5ee3173f078e8cac27910a1236e110da8c65333035e0e7c42b1c936ed2e2a16b SHA512 (reqwest-0.11.18.crate) = d92a7f1814f853c8065306bef1656a2838e8f4c98ebe2c1d29c182768d723eef7159151aebdcbee19dd4c691e0142b1ebee8771f0806e4659411c3ecc52463c3

Loading…
Cancel
Save