From 8318e756d4a34368b7596e863dfa04ddad0fd7f0 Mon Sep 17 00:00:00 2001 From: tottoto Date: Wed, 30 Nov 2022 04:00:10 +0900 Subject: [PATCH] chore(interop): Update to console 0.15 (#1167) --- interop/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interop/Cargo.toml b/interop/Cargo.toml index a906d536a..420a77e14 100644 --- a/interop/Cargo.toml +++ b/interop/Cargo.toml @@ -18,7 +18,7 @@ path = "src/bin/server.rs" async-stream = "0.3" bytes = "1.0" clap = {version = "4.0.26", features = ["derive"]} -console = "0.14" +console = "0.15" futures-core = "0.3" futures-util = "0.3" http = "0.2"