Skip to content

Commit 2f60681

Browse files
djcRalith
authored andcommitted
book: specify dependency versions
1 parent f63d962 commit 2f60681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/quinn/certificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ When the [rustls][3] `dangerous_configuration` feature flag is enabled, a client
1212
Start by adding a [rustls][3] dependency with the `dangerous_configuration` feature flag to your `Cargo.toml` file.
1313

1414
```toml
15-
quinn = "*"
16-
rustls = "*"
15+
quinn = "0.11"
16+
rustls = "0.23"
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)