Skip to content

Commit

Permalink
Use rustls instead of native-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 26, 2024
1 parent 1ab0d3c commit 8d06aae
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 116 deletions.
159 changes: 44 additions & 115 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ features = ["derive"]

[dependencies.sqlx]
version = "0.7.4"
features = ["runtime-tokio", "tls-native-tls", "postgres", "macros", "uuid", "time"]
features = ["runtime-tokio", "tls-rustls", "postgres", "macros", "uuid", "time"]
default-features = false

[dependencies.tokio]
Expand Down

0 comments on commit 8d06aae

Please sign in to comment.