diff --git a/polars/polars-core/Cargo.toml b/polars/polars-core/Cargo.toml index 5f8dda30e90c..0b7821d04df2 100644 --- a/polars/polars-core/Cargo.toml +++ b/polars/polars-core/Cargo.toml @@ -153,7 +153,7 @@ arrow.workspace = true bitflags.workspace = true chrono = { version = "0.4", default-features = false, features = ["std"], optional = true } chrono-tz = { version = "0.8", optional = true } -comfy-table = { version = "6.1.4", optional = true, default_features = false } +comfy-table = { version = "7.0.1", optional = true, default_features = false } either.workspace = true hashbrown.workspace = true indexmap.workspace = true