Update Rust crate dialoguer to 0.12.0
All checks were successful
CI / cargo test (push) Successful in 9m12s
CI / cargo test (pull_request) Successful in 11m42s

This commit is contained in:
Renovate Bot 2025-08-23 16:05:35 +00:00
parent 7b63bcbcfe
commit 76174efa06
2 changed files with 100 additions and 56 deletions

View file

@ -9,7 +9,7 @@ strip = true
[dependencies]
tempfile = "3.20.0"
dialoguer = "0.11.0"
dialoguer = "0.12.0"
rand = "0.9.0"
clap = { version = "4.5.38", features = [ "derive" ]}
sedregex = "0.2.5"