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.
openssl
1 parent 5913d2f commit db64f8cCopy full SHA for db64f8c
Cargo.toml
@@ -44,10 +44,12 @@ async-lock = "3.4.0"
44
hex = "0.4.3"
45
pythonize = "0.23.0"
46
schemars = "0.8.22"
47
-openssl = { version = "0.10.71", features = ["vendored"] }
48
console-subscriber = "0.4.1"
49
env_logger = "0.11.7"
50
-reqwest = { version = "0.12.13", features = ["json"] }
+reqwest = { version = "0.12.13", default_features = false, features = [
+ "json",
51
+ "rustls-tls",
52
+] }
53
async-openai = "0.28.0"
54
tree-sitter = "0.25.3"
55
tree-sitter-language = "0.1.5"
0 commit comments