From 2ad8cbe59a2244b8fce4034b66fedcc9f73cbc42 Mon Sep 17 00:00:00 2001 From: alexander-beedie Date: Sat, 3 Aug 2024 09:40:17 +0400 Subject: [PATCH] chore: Minor bump to `comfy-table` version --- crates/polars-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }