From 4471a5f19ce9d88583605be1b58f119a2775a7e6 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Tue, 26 Nov 2019 09:50:01 -0500 Subject: [PATCH] chore(interop): Update console dep (#155) --- 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 e82bf2c..f487b94 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" +console = "0.9" structopt = "0.2" tracing = "0.1"