Skip to content

Commit

Permalink
Bump comfy-table from 7.1.0 to 7.1.1 (#116)
Browse files Browse the repository at this point in the history
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](Nukesor/comfy-table@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent fd01d53 commit 9b12b9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 crates/fta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "../../README.md"

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
comfy-table = { version = "7.0.0", optional = true }
comfy-table = { version = "7.1.1", optional = true }
env_logger = "0.11"
globset = "0.4"
ignore = "0.4"
Expand Down

0 comments on commit 9b12b9a

Please sign in to comment.