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",