build(deps): bump comfy-table from 6.2.0 to 7.0.0 (#14333)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-06-12 14:25:26 +02:00
committed by GitHub
parent 9716c8a1cb
commit 3465e692b4
2 changed files with 3 additions and 3 deletions
@@ -17,7 +17,7 @@ array-bytes = "4.1"
chrono = "0.4"
clap = { version = "4.2.5", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.2.2" }
comfy-table = { version = "6.0.0", default-features = false }
comfy-table = { version = "7.0.0", default-features = false }
handlebars = "4.2.2"
Inflector = "0.11.4"
itertools = "0.10.3"