Skip to content

Commit 34bcf93

Browse files
committed
Add option to make SSL connections to the database
1 parent 01bb95b commit 34bcf93

File tree

6 files changed

+262
-54
lines changed

6 files changed

+262
-54
lines changed

rust/Cargo.lock

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

rust/impls/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ tokio-postgres = { version = "0.7.12", features = ["with-chrono-0_4"] }
1111
bb8-postgres = "0.7"
1212
bytes = "1.4.0"
1313
tokio = { version = "1.38.0", default-features = false }
14+
openssl = "0.10.75"
15+
postgres-openssl = "0.5.2"
1416

1517
[dev-dependencies]
1618
tokio = { version = "1.38.0", default-features = false, features = ["rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)