Skip to content

Commit

Permalink
build(deps): bump comfy-table from 7.0.1 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 7.0.1 to 7.1.0.
- [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.0.1...v7.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2023
1 parent 6c7b80d commit 8655ddf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
33 changes: 7 additions & 26 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 @@ -42,7 +42,7 @@ chrono = { version = "0.4.31", default-features = false, features = [ "clock" ]
itertools = "0.11.0"
serde = { version = "1.0.190", default-features = false }
serde_json = { version = "1.0.107", default-features = false }
comfy-table = { version = "7.0.1", default-features = false }
comfy-table = { version = "7.1.0", default-features = false }
strum = { version = "0.25.0", default-features = false, features = [ "std", "derive" ] }
etcetera = "0.8.0"
toml = { version = "0.8.5", default-features = false, features = [ "parse" ] }
Expand Down

0 comments on commit 8655ddf

Please sign in to comment.