summaryrefslogtreecommitdiff
path: root/examples/tls-graceful-shutdown/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tls-graceful-shutdown/Cargo.toml')
-rw-r--r--examples/tls-graceful-shutdown/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/tls-graceful-shutdown/Cargo.toml b/examples/tls-graceful-shutdown/Cargo.toml
index 40e48903..18338d38 100644
--- a/examples/tls-graceful-shutdown/Cargo.toml
+++ b/examples/tls-graceful-shutdown/Cargo.toml
@@ -7,7 +7,6 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
axum-server = { version = "0.6", features = ["tls-rustls"] }
-hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }