Skip to content

Commit 258466e

Browse files
chore(deps)(deps): bump comfy-table from 7.2.1 to 7.2.2
Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 7.2.1 to 7.2.2. - [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.2.1...v7.2.2) --- updated-dependencies: - dependency-name: comfy-table dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a898d16 commit 258466e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/terraphim_tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ chrono = { version = "0.4", features = ["serde"] }
4242
# REPL dependencies - only compiled with features
4343
rustyline = { version = "14.0", optional = true }
4444
colored = { version = "3.0", optional = true }
45-
comfy-table = { version = "7.0", optional = true }
45+
comfy-table = { version = "7.2", optional = true }
4646
indicatif = { version = "0.18", optional = true }
4747
dirs = { version = "5.0", optional = true }
4848

0 commit comments

Comments
 (0)