From 076a81ce6eeedbe8b3a9adf0e54f4cd2e07fd3eb Mon Sep 17 00:00:00 2001 From: tottoto Date: Wed, 30 Nov 2022 04:00:20 +0900 Subject: [PATCH] chore(examples): Update to listenfd 1.0 (#1168) --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index a4b240a..b1ad9b1 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -222,7 +222,7 @@ warp = "0.3" # Health example tonic-health = { path = "../tonic-health" } # Reflection example -listenfd = "0.3" +listenfd = "1.0" tonic-reflection = { path = "../tonic-reflection" } # grpc-web example bytes = "1"