build(deps): bump dialoguer from 0.11.0 to 0.12.0 (#319)

Bumps [dialoguer](https://github.com/console-rs/dialoguer) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/console-rs/dialoguer/releases)
- [Changelog](https://github.com/console-rs/dialoguer/blob/main/CHANGELOG-OLD.md)
- [Commits](https://github.com/console-rs/dialoguer/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: dialoguer
  dependency-version: 0.12.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>
Co-authored-by: Will Sarg <12886992+willsarg@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-02-16 07:44:51 -05:00 committed by GitHub
parent d451af1237
commit 444dee978a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 6 deletions

22
Cargo.lock generated
View file

@ -387,6 +387,19 @@ dependencies = [
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
[[package]]
name = "console"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03e45a4a8926227e4197636ba97a9fc9b00477e9f4bd711395687c5f0734bec4"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"unicode-width",
"windows-sys 0.61.2",
]
[[package]] [[package]]
name = "cookie" name = "cookie"
version = "0.16.2" version = "0.16.2"
@ -481,15 +494,14 @@ dependencies = [
[[package]] [[package]]
name = "dialoguer" name = "dialoguer"
version = "0.11.0" 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 = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
dependencies = [ dependencies = [
"console", "console 0.16.2",
"fuzzy-matcher", "fuzzy-matcher",
"shell-words", "shell-words",
"tempfile", "tempfile",
"thiserror 1.0.69",
"zeroize", "zeroize",
] ]
@ -3552,7 +3564,7 @@ dependencies = [
"chacha20poly1305", "chacha20poly1305",
"chrono", "chrono",
"clap", "clap",
"console", "console 0.15.11",
"cron", "cron",
"dialoguer", "dialoguer",
"directories", "directories",

View file

@ -69,7 +69,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock", "std"
cron = "0.12" cron = "0.12"
# Interactive CLI prompts # Interactive CLI prompts
dialoguer = { version = "0.11", features = ["fuzzy-select"] } dialoguer = { version = "0.12", features = ["fuzzy-select"] }
console = "0.15" console = "0.15"
# Hardware discovery (device path globbing) # Hardware discovery (device path globbing)