Remove openssl-dependency fully

This commit is contained in:
bitfl0wer 2023-11-12 18:04:15 +01:00
parent f9065d4c99
commit c3d6937171
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -191,7 +191,6 @@ dependencies = [
"jsonwebtoken", "jsonwebtoken",
"lazy_static", "lazy_static",
"log", "log",
"native-tls",
"poem", "poem",
"rand", "rand",
"regex", "regex",

View File

@ -27,7 +27,6 @@ url = "2.4.0"
chrono = { version = "0.4.26", features = ["serde"] } chrono = { version = "0.4.26", features = ["serde"] }
regex = "1.9.4" regex = "1.9.4"
custom_error = "1.9.2" custom_error = "1.9.2"
native-tls = "0.2.11"
tokio-tungstenite = { version = "0.20.0", features = [ tokio-tungstenite = { version = "0.20.0", features = [
"rustls-tls-native-roots", "rustls-tls-native-roots",
"rustls-native-certs", "rustls-native-certs",