From 34b569a03094cc870ac5099cba587975c6e9f136 Mon Sep 17 00:00:00 2001 From: illumination-k <43526984+illumination-k@users.noreply.github.com> Date: Fri, 19 Nov 2021 23:00:01 +0900 Subject: [PATCH] Bumped confy-table --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a232d5e4fdc..2a52063d4ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde_json = { version = "^1.0", features = ["preserve_order"], optional = true indexmap = { version = "^1.6", optional = true } # used to print columns in a nice columnar format -comfy-table = { version = "4.0", optional = true, default-features = false } +comfy-table = { version = "5.0", optional = true, default-features = false } arrow-format = { version = "0.3.0", optional = true, features = ["ipc"] }