Skip to content

Commit 346b472

Browse files
committed
Add tls to sqlx
1 parent cb8872a commit 346b472

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

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
@@ -45,7 +45,7 @@ dirs = "6"
4545
thiserror = "2"
4646
colored = "3"
4747
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
48-
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "chrono", "uuid"] }
48+
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "chrono", "uuid", "tls-rustls"] }
4949
chrono = { version = "0.4", features = ["serde"] }
5050
uuid = { version = "1", features = ["serde"] }
5151
reqwest = { version = "0.13", default-features = false, features = ["json", "rustls", "multipart"] }

0 commit comments

Comments
 (0)