Always use tls connector for postgres

This commit is contained in:
Alexander Olofsson
2021-02-02 18:30:27 +01:00
parent 8e691aec1f
commit 9720b19332
3 changed files with 8 additions and 43 deletions

View File

@@ -14,7 +14,6 @@ postgres = "0.17.0"
postgres-openssl = "0.3.0"
rand = "0.7.2"
rayon = "1.3.0"
regex = "1.4.3"
string_cache = "0.8.0"
[dependencies.state-map]