Skip to content

Commit 1bb3cfa

Browse files
committed
fix: add tls-rustls feature to sqlx dependency for enhanced security
1 parent f358ed5 commit 1bb3cfa

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Cargo.lock

Lines changed: 21 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tower = "0.5"
3434
tera = "1"
3535

3636
# DB
37-
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "uuid", "chrono"] }
37+
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "uuid", "chrono", "tls-rustls"] }
3838

3939
# Security
4040
sha2 = "0.10"

0 commit comments

Comments
 (0)