Use rustls via tokio-rustls re-export

This commit is contained in:
Matt Brubeck 2024-03-07 15:16:56 -08:00
parent 75cf6024b6
commit df41668b15
5 changed files with 15 additions and 12 deletions

1
Cargo.lock generated
View file

@ -33,7 +33,6 @@ dependencies = [
"once_cell",
"percent-encoding",
"rcgen",
"rustls 0.22.2",
"tokio",
"tokio-rustls 0.25.0",
"url",