Skip to content

Commit

Permalink
Revert "ssl 3"
Browse files Browse the repository at this point in the history
This reverts commit 64d496f.
  • Loading branch information
makotech222 committed May 29, 2023
1 parent 64d496f commit d248811
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,11 @@ opentelemetry = { version = "0.17.0", features = ["rt-tokio"] }
tracing-opentelemetry = { version = "0.17.2" }
actix = "0.13"
ts-rs = { version = "6.2", features = ["serde-compat", "format", "chrono-impl"] }
rustls = {version = "0.21.1"}
rustls = "0.21.1"
rustls-native-certs = "0.6.2"
futures-util = "0.3.21"
tokio-postgres = "0.7.8"
tokio-postgres-rustls = "0.10.0"
openssl-probe = "0.1.5"
openssl = "0.10.52"

[dependencies]
lemmy_api = { workspace = true }
Expand Down Expand Up @@ -157,5 +155,3 @@ rustls-native-certs = { workspace = true }
futures-util = { workspace = true }
tokio-postgres = { workspace = true }
tokio-postgres-rustls = { workspace = true }
openssl-probe = { workspace = true }
openssl = { workspace = true }
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use lemmy_utils::{error::LemmyError, settings::SETTINGS};
#[actix_web::main]
pub async fn main() -> Result<(), LemmyError> {
init_logging(&SETTINGS.opentelemetry_url)?;
openssl_probe::init_ssl_cert_env_vars();
#[cfg(not(feature = "embed-pictrs"))]
start_lemmy_server().await?;
#[cfg(feature = "embed-pictrs")]
Expand Down

0 comments on commit d248811

Please sign in to comment.