chore(deps): Bump comfy-table from 7.0.0 to 7.0.1 (#8019)

Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 7.0.0 to 7.0.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.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: comfy-table
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2023-06-20 08:32:33 +00:00 committed by GitHub
parent 8b7ef69f6f
commit 7d878b21bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

10
Cargo.lock generated
View File

@ -403,7 +403,7 @@ dependencies = [
"ahash 0.8.3",
"arrow",
"chrono",
"comfy-table 7.0.0",
"comfy-table 7.0.1",
"datafusion",
"hashbrown 0.14.0",
"num-traits",
@ -955,9 +955,9 @@ dependencies = [
[[package]]
name = "comfy-table"
version = "7.0.0"
version = "7.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9e1f7e5d046697d34b593bdba8ee31f4649366e452a2ccabb3baf3511e503d1"
checksum = "9ab77dbd8adecaf3f0db40581631b995f312a8a5ae3aa9993188bb8f23d83a5b"
dependencies = [
"strum",
"strum_macros",
@ -2460,7 +2460,7 @@ dependencies = [
"bytes",
"clap",
"clap_blocks",
"comfy-table 7.0.0",
"comfy-table 7.0.1",
"compactor",
"console-subscriber",
"data_types",
@ -2542,7 +2542,7 @@ dependencies = [
"arrow_util",
"bytes",
"client_util",
"comfy-table 7.0.0",
"comfy-table 7.0.1",
"futures-util",
"generated_types",
"influxdb-line-protocol",