From c3e5044fcaea07443017410707bf0e3561274059 Mon Sep 17 00:00:00 2001 From: tottoto Date: Fri, 16 Dec 2022 02:59:27 +0900 Subject: [PATCH] chore(examples): Remove unused pin-project from dependencies (#1195) --- examples/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 6a38803..c36280b 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -221,7 +221,6 @@ prost-types = "0.11" http = "0.2" http-body = "0.4.2" hyper = { version = "0.14", features = ["full"] } -pin-project = "1.0" warp = "0.3" # Health example tonic-health = { path = "../tonic-health" }