diff --git a/Cargo.toml b/Cargo.toml index e420d16..ff11937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rand = "0.8.4" tokio = { verison = "1", features=["full"] } base64 = "0.13.0" sqlx = { version = "^0.5", features=["sqlite", "migrate"] } -reqwest = { version = "0.11.9", features = ["native-tls"] } +reqwest = { version = "0.11.9", features = ["rust-tls"] } [target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies.jemallocator]