Skip to content

Commit

Permalink
chore: Fix rustls server example (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed May 4, 2022
1 parent 1dd5ad2 commit 6857c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Expand Up @@ -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]
Expand Down

0 comments on commit 6857c83

Please sign in to comment.