diff --git a/crates/llm-ls/Cargo.toml b/crates/llm-ls/Cargo.toml index 3e75114..2813806 100644 --- a/crates/llm-ls/Cargo.toml +++ b/crates/llm-ls/Cargo.toml @@ -16,7 +16,7 @@ ropey = { version = "1.6", default-features = false, features = [ ] } reqwest = { version = "0.11", default-features = false, features = [ "json", - "rustls-tls", + "rustls-tls-native-roots", ] } serde = { version = "1", features = ["derive"] } serde_json = "1"