1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Simplify http-to-https example

This commit is contained in:
Olivier Guittonneau
2025-04-03 18:12:07 +02:00
parent a554e6467e
commit 54ed931e80
4 changed files with 11 additions and 16 deletions

2
Cargo.lock generated
View File

@ -2047,7 +2047,6 @@ dependencies = [
"log",
"notify 6.1.1",
"rustls 0.23.25",
"rustls-pemfile 2.2.0",
"tokio",
]
@ -5094,7 +5093,6 @@ dependencies = [
"futures-util",
"log",
"rustls 0.23.25",
"rustls-pemfile 2.2.0",
]
[[package]]