Skip to content

Commit

Permalink
fix(deps): bump comfy-table from 5.0.1 to 6.1.1
Browse files Browse the repository at this point in the history
Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 5.0.1 to 6.1.1.
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](Nukesor/comfy-table@v5.0.1...v6.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Oct 19, 2022
1 parent 3d18675 commit 606d0e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 26 deletions.
35 changes: 10 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -15,7 +15,7 @@ authors = ["Billie Thompson <billie@billiecodes.com>"]
git2 = "0.14.2"
thiserror = "1.0.31"
clap = { version = "3.1.18", features = ["derive", "cargo", "wrap_help", "yaml", "env", "unicode", "debug" ] }
comfy-table = "5.0.1"
comfy-table = "6.1.1"
tokio = { version = "1.18.2", features = ["full"] }
futures = "0.3.21"
miette = { version = "4.7.1", features = ["fancy"] }
Expand Down

0 comments on commit 606d0e0

Please sign in to comment.