Update to version 0.11.25; Fixes RHBZ#2268630

epel10
Fabio Valentini 11 months ago
parent bc5ea410da
commit 0db453668c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -29,3 +29,4 @@
/reqwest-0.11.22.crate
/reqwest-0.11.23.crate
/reqwest-0.11.24.crate
/reqwest-0.11.25.crate

@ -1,6 +1,6 @@
--- reqwest-0.11.24/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.24/Cargo.toml 2024-02-01T15:39:34.817135+00:00
@@ -223,7 +223,6 @@
--- reqwest-0.11.25/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.25/Cargo.toml 2024-03-09T10:15:59.345616+00:00
@@ -222,7 +222,6 @@
stream = [
"tokio/fs",
"tokio-util",
@ -8,7 +8,7 @@
]
trust-dns = ["trust-dns-resolver"]
@@ -413,51 +412,3 @@
@@ -412,51 +411,3 @@
]
default-features = false
@ -56,7 +56,7 @@
-version = "0.3"
-
-[target."cfg(target_os = \"macos\")".dependencies.system-configuration]
-version = "0.5.1"
-version = "0.6"
-
-[target."cfg(windows)".dependencies.winreg]
-version = "0.50.0"

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate reqwest
Name: rust-reqwest
Version: 0.11.24
Version: 0.11.25
Release: %autorelease
Summary: Higher level HTTP client library

@ -1 +1 @@
SHA512 (reqwest-0.11.24.crate) = cadb9d44f3e82da2ab69eb5cf669a44302b737072632d4ddbb5f11924814acefc318dc13fcc690e581606353344bace46f7f1d3759b9ab968e857dfc622a768f
SHA512 (reqwest-0.11.25.crate) = 9b3719562454056e1175d994af7a3438d3bb94e73b551212a31f3c12504613b69fa49d4d86023002996f8896f21e652a71afb62ab4faa2c9c6c1a2e25a7a4dd3

Loading…
Cancel
Save