We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0344b commit d78fad4Copy full SHA for d78fad4
README.md
@@ -10,7 +10,6 @@ and the [tokio-postgres asynchronous PostgreSQL client library](https://github.c
10
11
```
12
let config = rustls::ClientConfig::builder()
13
- .with_safe_defaults()
14
.with_root_certificates(rustls::RootCertStore::empty())
15
.with_no_client_auth();
16
let tls = tokio_postgres_rustls::MakeRustlsConnect::new(config);
0 commit comments