From d1fbc5c0e3841a33ab84ccc8634bce3ee1acbdc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:28:54 +0000 Subject: [PATCH] Bump dialoguer from 0.11.0 to 0.12.0 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] --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff20cdc..8b0656f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -783,14 +783,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.2", "shell-words", "tempfile", - "thiserror 1.0.69", "zeroize", ] diff --git a/Cargo.toml b/Cargo.toml index 87ee963..0b75e11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ tera = "1.19" # CLI clap = { version = "4.5", features = ["derive", "color"] } -dialoguer = "0.11" +dialoguer = "0.12" indicatif = "0.17" console = "0.16"