Skip to content

Commit

Permalink
Replace postgres-openssl with tokio-postgres-rustls
Browse files Browse the repository at this point in the history
Removes our openssl dependency
  • Loading branch information
serprex committed Jan 18, 2024
1 parent bc2dcdc commit e20dbeb
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 133 deletions.
177 changes: 54 additions & 123 deletions nexus/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nexus/postgres-connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ edition = "2021"
[dependencies]
anyhow = "1"
pt = { path = "../pt" }
openssl = "0.10.55"
postgres-openssl = "0.5.0"
rustls = "0.22"
urlencoding = "2"
tokio-postgres = "0.7.2"
tokio-postgres-rustls = "0.11.1"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
Loading

0 comments on commit e20dbeb

Please sign in to comment.