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

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>
This commit is contained in:
dependabot[bot] 2026-05-13 02:40:53 +00:00 committed by GitHub
parent 601b3406fd
commit cac6f727a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 3 deletions

16
v2/Cargo.lock generated
View File

@ -922,6 +922,18 @@ dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "console"
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
dependencies = [
"encode_unicode",
"libc",
"unicode-width 0.2.2",
"windows-sys 0.61.2",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
@ -2889,7 +2901,7 @@ version = "0.17.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
dependencies = [
"console",
"console 0.15.11",
"number_prefix",
"portable-atomic",
"unicode-width 0.2.2",
@ -8502,7 +8514,7 @@ dependencies = [
"chrono",
"clap",
"colored",
"console",
"console 0.16.3",
"csv",
"indicatif",
"predicates",

View File

@ -30,7 +30,7 @@ clap = { version = "4.4", features = ["derive", "env", "cargo"] }
colored = "2.1"
tabled = { version = "0.15", features = ["ansi"] }
indicatif = "0.17"
console = "0.15"
console = "0.16"
# Async runtime
tokio = { version = "1.35", features = ["full"] }