diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 9fcf539..06d9a3c 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -22,4 +22,4 @@ tokio-tungstenite = "0.21" futures-util = "0.3" dashmap = "5" anyhow = "1" -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }