diff --git a/hftbacktest/Cargo.toml b/hftbacktest/Cargo.toml index 780d660..0560ab2 100644 --- a/hftbacktest/Cargo.toml +++ b/hftbacktest/Cargo.toml @@ -40,8 +40,8 @@ chrono = { version = "0.4.33", optional = true } serde = { version = "1.0.196", features = ["derive"], optional = true } serde_json = { version = "1.0.113", optional = true } tokio = { version = "1.35.1", features = ["full"], optional = true } -tokio-tungstenite = { version = "0.23.1", features = ["native-tls"], optional = true } -reqwest = { version = "0.12.3", features = ["json", "rustls-tls"], optional = true } +tokio-tungstenite = { version = "0.23.1", features = ["rustls-tls-native-roots"], optional = true } +reqwest = { version = "0.12.3", default-features = false, features = ["json", "rustls-tls-native-roots"], optional = true } zip = { version = "2.1.3", optional = true } futures-util = { version = "0.3.30", optional = true } sha2 = { version = "0.11.0-pre.3", optional = true }