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 420cdf7 commit b686c81Copy full SHA for b686c81
curvine-cli/Cargo.toml
@@ -17,4 +17,4 @@ num-bigint = { workspace = true }
17
bigdecimal = { workspace = true }
18
chrono = { workspace = true }
19
bytes = { workspace = true }
20
-reqwest = { version = "0.11", features = ["json"] }
+reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false}
0 commit comments