From d0a318ccb12c18a254a03de122640751db474693 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:15:34 +0000 Subject: [PATCH] fix(deps): update rust crate dialoguer to 0.12.0 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.lock | 8 +++----- crates/system-reinstall-bootc/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0d37ae66..3b1d85098 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -642,7 +642,6 @@ dependencies = [ "encode_unicode", "libc", "once_cell", - "unicode-width", "windows-sys 0.59.0", ] @@ -876,14 +875,13 @@ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" [[package]] name = "dialoguer" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" +checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96" dependencies = [ - "console 0.15.11", + "console 0.16.0", "shell-words", "tempfile", - "thiserror 1.0.69", "zeroize", ] diff --git a/crates/system-reinstall-bootc/Cargo.toml b/crates/system-reinstall-bootc/Cargo.toml index 1df41f71f..bb4ee7483 100644 --- a/crates/system-reinstall-bootc/Cargo.toml +++ b/crates/system-reinstall-bootc/Cargo.toml @@ -33,7 +33,7 @@ uzers = { workspace = true } # Crate-specific dependencies crossterm = "0.29.0" -dialoguer = "0.11.0" +dialoguer = "0.12.0" openssh-keys = "0.6.4" serde_yaml = "0.9.22" which = "8.0.0"