Drop unused sync_wrapper dependency

This helps clear the way for updating rust-sync_wrapper to 1.0.1.
epel10
Benjamin A. Beasley 9 months ago
parent ee0a09f49a
commit c56bdf2204

@ -1,5 +1,5 @@
--- reqwest-0.12.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- reqwest-0.12.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.12.4/Cargo.toml 2024-04-19T22:19:11.305463+00:00 +++ reqwest-0.12.4/Cargo.toml 2024-04-28T14:30:10.095647+00:00
@@ -228,7 +228,7 @@ @@ -228,7 +228,7 @@
"hyper-util/http2", "hyper-util/http2",
] ]

@ -1,6 +1,16 @@
--- reqwest-0.12.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- reqwest-0.12.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.12.4/Cargo.toml 2024-04-19T22:19:30.447563+00:00 +++ reqwest-0.12.4/Cargo.toml 2024-04-28T14:30:24.227834+00:00
@@ -203,7 +203,6 @@ @@ -159,9 +159,6 @@
[dependencies.serde_urlencoded]
version = "0.7.1"
-[dependencies.sync_wrapper]
-version = "0.1.2"
-
[dependencies.tower-service]
version = "0.3"
@@ -203,7 +200,6 @@
"default-tls", "default-tls",
"charset", "charset",
"http2", "http2",
@ -8,7 +18,7 @@
] ]
default-tls = [ default-tls = [
"dep:hyper-tls", "dep:hyper-tls",
@@ -228,7 +227,6 @@ @@ -228,7 +224,6 @@
"hyper-util/http2", "hyper-util/http2",
] ]
json = ["dep:serde_json"] json = ["dep:serde_json"]

@ -16,6 +16,8 @@ Source: %{crates_source}
Patch: reqwest-fix-metadata-auto.diff Patch: reqwest-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * drop macOS-specific features # * drop macOS-specific features
# * drop unused sync_wrapper dependency; see
# https://github.com/seanmonstar/reqwest/pull/2229
Patch: reqwest-fix-metadata.diff Patch: reqwest-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -1,3 +1,9 @@
[package]
cargo-toml-patch-comments = [
"drop macOS-specific features",
"drop unused sync_wrapper dependency; see https://github.com/seanmonstar/reqwest/pull/2229",
]
[features] [features]
hide = [ hide = [
"h3", "h3",
@ -15,4 +21,3 @@ skip = [
] ]
skip-exact = true skip-exact = true
comments = ["skip tests which require internet access"] comments = ["skip tests which require internet access"]

Loading…
Cancel
Save