chore: Fix rustls server example (#997)
This commit is contained in:
+1
-1
@@ -225,7 +225,7 @@ h2 = "0.3"
|
||||
tokio-rustls = "*"
|
||||
hyper-rustls = { version = "0.23", features = ["http2"] }
|
||||
rustls-pemfile = "*"
|
||||
tower-http = { version = "0.3", features = ["add-extension"] }
|
||||
tower-http = { version = "0.3", features = ["add-extension", "util"] }
|
||||
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user