Update some examples (#364)

This commit is contained in:
Eray Karatay
2021-10-05 07:50:27 +02:00
committed by GitHub
parent afabded385
commit b7002f68d5
5 changed files with 22 additions and 16 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ use std::{fs::File, io::BufReader, sync::Arc};
use tokio::net::TcpListener;
use tokio_rustls::{
rustls::{
internal::pemfile::certs, internal::pemfile::pkcs8_private_keys, NoClientAuth, ServerConfig,
internal::pemfile::{certs, pkcs8_private_keys},
NoClientAuth, ServerConfig,
},
TlsAcceptor,
};