We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ce6f3 commit eaedea7Copy full SHA for eaedea7
1 file changed
toki-tui/Cargo.toml
@@ -14,7 +14,7 @@ throbber-widgets-tui = "0.11"
14
tokio = { version = "1", features = ["full"] }
15
16
# HTTP client
17
-reqwest = { version = "0.12", features = ["json", "cookies"] }
+reqwest = { version = "0.12", features = ["json", "cookies", "rustls-tls"], default-features = false }
18
19
# Time handling (same as toki-api)
20
time = { version = "0.3", features = [
0 commit comments