Bump cli-table from 0.4.6 to 0.4.7 (#297)

Bumps [cli-table](https://github.com/devashishdxt/cli-table) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/devashishdxt/cli-table/releases)
- [Commits](https://github.com/devashishdxt/cli-table/compare/0.4.6...0.4.7)

---
updated-dependencies:
- dependency-name: cli-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>
This commit is contained in:
dependabot[bot] 2022-04-14 09:16:55 +01:00 committed by GitHub
parent 69279d2338
commit 55f66c8ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View File

@ -383,9 +383,9 @@ dependencies = [
[[package]] [[package]]
name = "cli-table" name = "cli-table"
version = "0.4.6" version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84ed8652883003051b558c7f650be7668e68f73c9ef6574ba0be9119a2fec9d3" checksum = "adfbb116d9e2c4be7011360d0c0bee565712c11e969c9609b25b619366dc379d"
dependencies = [ dependencies = [
"cli-table-derive", "cli-table-derive",
"csv", "csv",
@ -395,9 +395,9 @@ dependencies = [
[[package]] [[package]]
name = "cli-table-derive" name = "cli-table-derive"
version = "0.4.4" version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efe942512e068e15991cbcef4e8182884555febbb21b5b4faf5dd5561850141a" checksum = "2af3bfb9da627b0a6c467624fb7963921433774ed435493b5c08a3053e829ad4"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",