File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ path = "src/server.rs"
2020tokio = { version = " 1" , features = [" full" ] }
2121bytes = " 1.2.1"
2222futures = " 0.3"
23- rustls = " 0.20 "
23+ rustls = " 0.21.8 "
2424rustls-pemfile = " 1.0.2"
2525rustls-native-certs = " 0.6.1"
26- webpki-roots = " 0.22.1 "
27- quinn = " 0.9.0 "
26+ webpki-roots = " 0.25.2 "
27+ quinn = " 0.10.2 "
2828structopt = " 0.3"
2929anyhow = " 1.0"
3030tracing = " 0.1"
3131log = " 0.4"
32- env_logger = " 0.9.1 "
33- dirs = " 4 .0.0 "
32+ env_logger = " 0.10.0 "
33+ dirs = " 5 .0.1 "
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ async fn main() -> Result<()> {
6464 roots. add ( & rustls:: Certificate ( cert. 0 ) ) . unwrap ( ) ;
6565 }
6666
67- roots. add_server_trust_anchors ( webpki_roots:: TLS_SERVER_ROOTS . 0 . iter ( ) . map ( |ta| {
67+ roots. add_trust_anchors ( webpki_roots:: TLS_SERVER_ROOTS . iter ( ) . map ( |ta| {
6868 rustls:: OwnedTrustAnchor :: from_subject_spki_name_constraints (
6969 ta. subject ,
7070 ta. spki ,
You can’t perform that action at this time.
0 commit comments