Update low-level-rustls example (#3013)

Signed-off-by: Hayashi Mikihiro <[email protected]>
This commit is contained in:
Hayashi Mikihiro
2024-11-11 16:55:43 +00:00
committed by GitHub
parent 269565ff93
commit 6e0559e687
2 changed files with 6 additions and 13 deletions
+1 -2
View File
@@ -9,9 +9,8 @@ axum = { path = "../../axum" }
futures-util = { version = "0.3", default-features = false }
hyper = { version = "1.0.0", features = ["full"] }
hyper-util = { version = "0.1" }
rustls-pemfile = "1.0.4"
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.24.1"
tokio-rustls = "0.26"
tower-service = "0.3.2"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }