chore(deps): bump console from 0.15.11 to 0.16.2 (#645)

Bumps [console](https://github.com/console-rs/console) from 0.15.11 to 0.16.2.
- [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.2)

---
updated-dependencies:
- dependency-name: console
  dependency-version: 0.16.2
  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-02-17 15:31:08 -05:00 committed by GitHub
parent bbe5530c1a
commit a87ea84073
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 17 deletions

20
Cargo.lock generated
View file

@ -609,19 +609,6 @@ dependencies = [
"crossbeam-utils", "crossbeam-utils",
] ]
[[package]]
name = "console"
version = "0.15.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"unicode-width 0.2.2",
"windows-sys 0.59.0",
]
[[package]] [[package]]
name = "console" name = "console"
version = "0.16.2" version = "0.16.2"
@ -902,7 +889,7 @@ version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96" checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
dependencies = [ dependencies = [
"console 0.16.2", "console",
"fuzzy-matcher", "fuzzy-matcher",
"shell-words", "shell-words",
"tempfile", "tempfile",
@ -3259,7 +3246,7 @@ dependencies = [
"errno", "errno",
"libc", "libc",
"linux-raw-sys 0.4.15", "linux-raw-sys 0.4.15",
"windows-sys 0.59.0", "windows-sys 0.52.0",
] ]
[[package]] [[package]]
@ -3659,6 +3646,7 @@ dependencies = [
"cfg-if", "cfg-if",
"libc", "libc",
"psm", "psm",
"windows-sys 0.52.0",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@ -5127,7 +5115,7 @@ dependencies = [
"chrono", "chrono",
"chrono-tz", "chrono-tz",
"clap", "clap",
"console 0.15.11", "console",
"criterion", "criterion",
"cron", "cron",
"dialoguer", "dialoguer",

View file

@ -84,7 +84,7 @@ cron = "0.12"
# Interactive CLI prompts # Interactive CLI prompts
dialoguer = { version = "0.12", features = ["fuzzy-select"] } dialoguer = { version = "0.12", features = ["fuzzy-select"] }
console = "0.15" console = "0.16"
# Hardware discovery (device path globbing) # Hardware discovery (device path globbing)
glob = "0.3" glob = "0.3"