chore: Fix rustls server example (#997)

This commit is contained in:
Lucio Franco
2022-05-04 15:34:37 -04:00
committed by GitHub
parent 1dd5ad2b07
commit 6857c834c2
+1 -1
View File
@@ -225,7 +225,7 @@ h2 = "0.3"
tokio-rustls = "*" tokio-rustls = "*"
hyper-rustls = { version = "0.23", features = ["http2"] } hyper-rustls = { version = "0.23", features = ["http2"] }
rustls-pemfile = "*" rustls-pemfile = "*"
tower-http = { version = "0.3", features = ["add-extension"] } tower-http = { version = "0.3", features = ["add-extension", "util"] }
[build-dependencies] [build-dependencies]