Skip to content

Commit

Permalink
build(deps): bump tabled from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [tabled](https://github.com/zhiburt/tabled) from 0.16.0 to 0.17.0.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/commits/0.17.0)

---
updated-dependencies:
- dependency-name: tabled
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lukehsiao committed Dec 1, 2024
1 parent df7dcd2 commit 0ff49ec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 26 deletions.
42 changes: 17 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
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ categories = ["command-line-utilities"]
anyhow = "1.0.92"
clap = { version = "4.5.21", features = ["wrap_help", "derive"] }
rayon = "1.10.0"
tabled = { version = "0.16.0", features = ["ansi"] }
tabled = { version = "0.17.0", features = ["ansi"] }
xshell = "0.2.6"
yansi = { version = "1.0.1", features = ["detect-tty", "detect-env"] }

0 comments on commit 0ff49ec

Please sign in to comment.