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"