Skip to content

Commit d78fad4

Browse files
committed
remove with_safe_defaults from readme
1 parent 9b0344b commit d78fad4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ and the [tokio-postgres asynchronous PostgreSQL client library](https://github.c
1010

1111
```
1212
let config = rustls::ClientConfig::builder()
13-
.with_safe_defaults()
1413
.with_root_certificates(rustls::RootCertStore::empty())
1514
.with_no_client_auth();
1615
let tls = tokio_postgres_rustls::MakeRustlsConnect::new(config);

0 commit comments

Comments
 (0)