You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-reqwest/reqwest-fix-metadata.diff

29 lines
630 B

--- reqwest-0.12.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.12.4/Cargo.toml 2024-04-28T14:30:24.227834+00:00
@@ -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",
"charset",
"http2",
- "macos-system-configuration",
]
default-tls = [
"dep:hyper-tls",
@@ -228,7 +224,6 @@
"hyper-util/http2",
]
json = ["dep:serde_json"]
-macos-system-configuration = []
multipart = ["dep:mime_guess"]
native-tls = ["default-tls"]
native-tls-alpn = [