Skip to content

Commit

Permalink
build(deps): bump tabled from 0.16.0 to 0.17.0 in the rust group
Browse files Browse the repository at this point in the history
Bumps the rust group with 1 update: [tabled](https://github.com/zhiburt/tabled).


Updates `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
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 222a128 commit f7771ae
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 codi-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
[dependencies]
codi-core = { path = "../codi-core" }
lexopt = "0.3.0"
tabled = { version = "0.16.0", default-features = false, features = ["std", "ansi"] }
tabled = { version = "0.17.0", default-features = false, features = ["std", "ansi"] }

[dev-dependencies]
assert_cmd = "2.0.16"
Expand Down

0 comments on commit f7771ae

Please sign in to comment.