From bd57630bc7e83c8f2480d70e29061a32f72ff411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Thu, 2 Sep 2021 11:02:37 +0200 Subject: [PATCH] Remove optional prettytable-rs dependency --- arrow/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index ae322d8141cb..9dc3e7c2bbcf 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -50,7 +50,6 @@ chrono = "0.4" flatbuffers = { version = "=2.0.0", optional = true } hex = "0.4" comfy-table = { version = "4.0", optional = true, default-features = false } -prettytable-rs = { version = "0.8.0", optional = true } pyo3 = { version = "0.14", optional = true } lexical-core = "^0.7" multiversion = "0.6.1"