Skip to content

Commit 30a4fb0

Browse files
authored
chore: add TLS support for sqlx (#966)
1 parent dc9b1e2 commit 30a4fb0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ sqlx = { version = "0.8.6", features = [
4343
"postgres",
4444
"runtime-tokio",
4545
"uuid",
46+
"tls-rustls-aws-lc-rs",
4647
] }
4748
tokio = { version = "1.47.1", features = [
4849
"macros",

0 commit comments

Comments
 (0)