Skip to content

Commit

Permalink
Bump comfy-table from 7.1.3 to 7.1.4 (#208)
Browse files Browse the repository at this point in the history
Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 7.1.3 to 7.1.4.
- [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.3...v7.1.4)

---
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 Feb 10, 2025
1 parent 6cdad83 commit 6b7821f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
32 changes: 9 additions & 23 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.28", features = ["derive"] }
comfy-table = { version = "7.1.3", optional = true }
comfy-table = { version = "7.1.4", optional = true }
env_logger = "0.11"
globset = "0.4"
ignore = "0.4"
Expand Down

0 comments on commit 6b7821f

Please sign in to comment.