From 204dc3fdc7eebd52b309ca2fc0ca269c0109b5b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:31:36 +0000 Subject: [PATCH] chore(deps): bump comfy-table from 7.1.0 to 7.1.1 Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/nukesor/comfy-table/releases) - [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md) - [Commits](https://github.com/nukesor/comfy-table/compare/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: comfy-table dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/arrow_util/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"] }