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

View File

@ -112,7 +112,6 @@ rand = "0.9"
redis = { version = "0.27" }
reqwest = { version = "0.12", features = ["json", "stream"] }
rustls = "0.23"
rustls-pemfile = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
time = "0.3"