rustls/examples
Daniel McCarney cc0666e795 verify: add Debug bound to ServerCertVerifier
This commit adds a `Debug` bound to the `ServerCertVerifier` trait in
addition to `Send` and `Sync`. Types implementing this trait are updated
to either derive `Debug` or implement it by hand as appropriate.
2023-11-09 18:26:12 +00:00
..
src/bin verify: add Debug bound to ServerCertVerifier 2023-11-09 18:26:12 +00:00
Cargo.toml Remove unused dev-dependencies in examples crate 2023-10-10 13:19:18 +00:00