We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86c891d + fa7fedd commit 8fe295dCopy full SHA for 8fe295d
1 file changed
Cargo.toml
@@ -30,7 +30,7 @@ z3 = "0.12"
30
inkwell = { version = "0.5.0", features = ["llvm17-0"] }
31
32
# HTTP クライアント: std.http の FFI バックエンド
33
-reqwest = { version = "0.12", features = ["blocking", "json"] }
+reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
34
35
# レポート出力: 検証結果の JSON 書き出し
36
serde_json = "1.0"
0 commit comments