diff --git a/crates/polars-core/Cargo.toml b/crates/polars-core/Cargo.toml index f63eb2c9ee7b..882392f080cf 100644 --- a/crates/polars-core/Cargo.toml +++ b/crates/polars-core/Cargo.toml @@ -21,7 +21,7 @@ bitflags = { workspace = true } bytemuck = { workspace = true } chrono = { workspace = true, optional = true } chrono-tz = { workspace = true, optional = true } -comfy-table = { version = "7.0.1", default-features = false, optional = true } +comfy-table = { version = "7.1.1", default-features = false, optional = true } either = { workspace = true } hashbrown = { workspace = true } indexmap = { workspace = true }