update low-level-rustls example (#465)

This commit is contained in:
Eray Karatay
2021-11-05 12:02:58 +01:00
committed by GitHub
parent 07641450c5
commit 394ba31385
2 changed files with 40 additions and 20 deletions
+4 -1
View File
@@ -6,8 +6,11 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
futures-util = "0.3"
hyper = { version = "0.14", features = ["full"] }
rustls-pemfile = "0.2"
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.22"
tokio-rustls = "0.23"
tower = { version = "0.4", features = ["make"] }
tracing = "0.1"
tracing-subscriber = "0.2"