We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b580b0 commit 3301ba6Copy full SHA for 3301ba6
Cargo.toml
@@ -256,14 +256,14 @@ windows-service = { version = "0.8", optional = true }
256
xdg = "3.0"
257
258
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64"))'.dependencies]
259
-reqwest = { version = "0.12", features = [
+reqwest = { version = "0.13", features = [
260
"blocking",
261
"rustls-tls",
262
"rustls-tls-native-roots",
263
], default-features = false, optional = true }
264
265
[target.'cfg(not(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
266
267
268
"native-tls-vendored",
269
], optional = true }
0 commit comments