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 Dec 7, 2024
1 parent 6a8e139 commit 6f9f23f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
34 changes: 16 additions & 18 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 @@ -33,7 +33,7 @@ rust-releases = { version = "0.29.0", default-features = false, features = ["rus
serde = { version = "1.0", features = ["derive"] } # serialization and deserialization
serde_json = "1.0.133" # JSON serialization and deserialization
storyteller = "1.0.0" # minimal multi user output architecture
tabled = { version = "~0.16.0", features = ["ansi"] } # pretty print tables
tabled = { version = "~0.17.0", features = ["ansi"] } # pretty print tables
terminal_size = "0.4.0" # determine the terminal size
thiserror = "2.0.3" # error handling
toml_edit = "0.22.22" # read and write the Cargo.toml
Expand Down

0 comments on commit 6f9f23f

Please sign in to comment.