From 20c7110710ca1d7144be512596b5b859355dba6d Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 Date: Sun, 16 Mar 2025 13:10:21 +0100 Subject: [PATCH] use native tls --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0005b42..c54b6ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" poise = { git = "https://github.com/serenity-rs/poise" } serenity = { version = "0.12.4" } serde = { version = "1.0.216", features = ["derive"] } -reqwest = { version = "0.12.9", features = ["json"] } +reqwest = { version = "0.12.9", features = ["json", "native-tls"] } tokio = { version = "1.42.0", features = ["rt-multi-thread"] } tracing = { version = "0.1.41" } sqlx = { version = "0.8.2", features = ["sqlite", "sqlx-sqlite", "runtime-tokio"]}