|
|
|
--- reqwest-0.10.8/Cargo.toml 2020-08-25T16:30:15+00:00
|
|
|
|
+++ reqwest-0.10.8/Cargo.toml 2020-10-21T18:24:19.387172+00:00
|
|
|
|
@@ -102,7 +102,6 @@
|
|
|
|
gzip = ["async-compression", "async-compression/gzip"]
|
|
|
|
json = ["serde_json"]
|
|
|
|
native-tls = ["default-tls"]
|
|
|
|
-native-tls-vendored = ["native-tls", "native-tls-crate/vendored"]
|
|
|
|
rustls-tls = ["hyper-rustls", "tokio-rustls", "webpki-roots", "rustls", "__tls"]
|
|
|
|
socks = ["tokio-socks"]
|
|
|
|
stream = []
|
|
|
|
@@ -195,7 +194,7 @@
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-socks]
|
|
|
|
-version = "0.2"
|
|
|
|
+version = "0.3"
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-tls]
|
|
|
|
@@ -235,18 +234,3 @@
|
|
|
|
version = "0.2.0"
|
|
|
|
features = ["macros"]
|
|
|
|
default-features = false
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
|
|
|
|
-version = "0.3.28"
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
|
|
|
|
-version = "0.2.51"
|
|
|
|
-features = ["serde-serialize"]
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
|
|
|
|
-version = "0.4.1"
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
|
|
|
|
-version = "0.3.25"
|
|
|
|
-features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window", "FormData", "Blob", "BlobPropertyBag"]
|
|
|
|
-[target."cfg(windows)".dependencies.winreg]
|
|
|
|
-version = "0.7"
|