use native tls

This commit is contained in:
Stachelbeere1248 2025-03-16 13:10:21 +01:00
parent f5768998b9
commit 20c7110710
Signed by: Stachelbeere1248
SSH key fingerprint: SHA256:IozEKdw2dB8TZxkpPdMxcWSoWTIMwoLaCcZJ1AJnY2o

View file

@ -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"]}