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"