We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f27f6 commit 8c5ee51Copy full SHA for 8c5ee51
1 file changed
Cargo.toml
@@ -19,8 +19,8 @@ serde_json = "1.0"
19
serde_yaml = "0.9"
20
toml = "0.8"
21
22
-# HTTP client (most popular)
23
-reqwest = { version = "0.11", features = ["json"] }
+# HTTP client (TLS via rustls for portable cross-compiles)
+reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
24
25
# Error handling (modern standard)
26
anyhow = "1.0"
0 commit comments