From 6857c834c29dfb842678515e66f5ca94139c4e23 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Wed, 4 May 2022 15:34:37 -0400 Subject: [PATCH] chore: Fix rustls server example (#997) --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index cbf2897..6a9c56b 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -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]