Skip to content

Commit f63d962

Browse files
djcRalith
authored andcommitted
book: remove obsolete rustls features
1 parent e960c33 commit f63d962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/quinn/certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Start by adding a [rustls][3] dependency with the `dangerous_configuration` feat
1313

1414
```toml
1515
quinn = "*"
16-
rustls = { version = "*", features = ["dangerous_configuration", "quic"] }
16+
rustls = "*"
1717
```
1818

1919
Then, allow the client to skip the certificate validation by implementing [ServerCertVerifier][ServerCertVerifier] and letting it assert verification for any server.

0 commit comments

Comments
 (0)