diff --git a/Cargo.lock b/Cargo.lock index 65acdd5eb..f46cf5250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2007,12 +2007,12 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.0" +version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686" +checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ - "strum 0.25.0", - "strum_macros 0.25.3", + "strum 0.26.2", + "strum_macros 0.26.2", "unicode-width", ] diff --git a/crates/arrow_util/Cargo.toml b/crates/arrow_util/Cargo.toml index 04722e1fa..51e03b519 100644 --- a/crates/arrow_util/Cargo.toml +++ b/crates/arrow_util/Cargo.toml @@ -8,6 +8,6 @@ workspace = true [dependencies] datafusion = { workspace = true } -comfy-table = { version = "7.1.0", default-features = false } +comfy-table = { version = "7.1.1", default-features = false } once_cell = "1.19.0" textwrap = { version = "0.16.1", default-features = false, features = ["unicode-width"] }