chore(deps): bump console from 0.15.11 to 0.16.3 in /v2 (#471)

Bumps [console](https://github.com/console-rs/console) from 0.15.11 to 0.16.3.
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](https://github.com/console-rs/console/compare/0.15.11...0.16.3)

---
updated-dependencies:
- dependency-name: console
  dependency-version: 0.16.3
  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:10:01 -04:00
committed by GitHub
parent 75dc302952
commit a80617ee84
2 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ clap = { version = "4.4", features = ["derive", "env", "cargo"] }
colored = "2.1"
tabled = { version = "0.20", features = ["ansi"] }
indicatif = "0.17"
console = "0.15"
console = "0.16"
# Async runtime
tokio = { version = "1.35", features = ["full"] }