From 7778aa66f817693d2c8e9e4c26b35db3bce11b40 Mon Sep 17 00:00:00 2001 From: Juan Alvarez Date: Mon, 25 Nov 2019 16:59:16 -0600 Subject: [PATCH] upgrade console to 0.8 --- tonic-interop/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic-interop/Cargo.toml b/tonic-interop/Cargo.toml index 7ef1609c0..e5ec14f85 100644 --- a/tonic-interop/Cargo.toml +++ b/tonic-interop/Cargo.toml @@ -27,7 +27,7 @@ async-stream = "0.1.2" tower = "=0.3.0-alpha.2" http-body = "=0.2.0-alpha.3" -console = "=0.7.6" +console = "0.8" structopt = "0.2" tracing = "0.1"