From a39c2235b3297bccedfdec376615759c3c0e7b06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 07:37:09 +0000 Subject: [PATCH] fix(deps): update rust crate dialoguer to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8442b2..a9265aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde_json = "1.0" serde_yaml = "0.9" chrono = { version = "0.4", features = ["serde"] } indicatif = "0.17" -dialoguer = "0.11" +dialoguer = "0.12" console = "0.15" log = "0.4" colored = "2"