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"] }