diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 362dacefb0a..ce7fc70a828 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -52,7 +52,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] } chrono-tz = {version = "0.6", optional = true} flatbuffers = { version = "=2.0.0", optional = true } hex = "0.4" -comfy-table = { version = "5.0", optional = true, default-features = false } +comfy-table = { version = "6.1", optional = true, default-features = false } pyo3 = { version = "0.15", optional = true } lexical-core = "^0.8" multiversion = "0.6.1"