Skip to content

Commit

Permalink
Use rustls instead of OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
o-tsaruk committed Oct 19, 2023
1 parent 9c39fa9 commit 62db190
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 87 deletions.
100 changes: 15 additions & 85 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ default-features = false
features = [
"macros",
"sqlx-postgres",
"runtime-tokio-native-tls",
"runtime-tokio-rustls",
"with-time"
]

Expand Down
2 changes: 1 addition & 1 deletion crates/migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/lib.rs"
anyhow = "1.0.71"
clap = { version = "3.2", default-features = false }
sea-orm-cli = { version = "0.11.3", default-features = false }
sea-orm-migration = { version = "0.11.3", features = ["runtime-tokio-native-tls", "sqlx-postgres"] }
sea-orm-migration = { version = "0.11.3", features = ["runtime-tokio-rustls", "sqlx-postgres"] }
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.37"

Expand Down

0 comments on commit 62db190

Please sign in to comment.