diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index d1dfd6ce0542..04db59920587 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.1.1", 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.16", optional = true } lexical-core = "^0.8" multiversion = "0.6.1"