chore(deps): bump tabled from 0.15.0 to 0.20.0 in /v2 (#481)

Bumps [tabled](https://github.com/zhiburt/tabled) from 0.15.0 to 0.20.0.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-17 18:07:57 -04:00
committed by GitHub
parent 3fdd310f89
commit ba370c7b08
2 changed files with 55 additions and 40 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ clap = { version = "4.4", features = ["derive", "env", "cargo"] }
# Output formatting
colored = "2.1"
tabled = { version = "0.15", features = ["ansi"] }
tabled = { version = "0.20", features = ["ansi"] }
indicatif = "0.17"
console = "0.15"