From c3d69371711a5e06aa89be62f96808d250baba3f Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Sun, 12 Nov 2023 18:04:15 +0100 Subject: [PATCH] Remove openssl-dependency fully --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99ff172..cfd6a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,6 @@ dependencies = [ "jsonwebtoken", "lazy_static", "log", - "native-tls", "poem", "rand", "regex", diff --git a/Cargo.toml b/Cargo.toml index 9df79d0..9467044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,6 @@ url = "2.4.0" chrono = { version = "0.4.26", features = ["serde"] } regex = "1.9.4" custom_error = "1.9.2" -native-tls = "0.2.11" tokio-tungstenite = { version = "0.20.0", features = [ "rustls-tls-native-roots", "rustls-native-certs",