From f1c8def151640ce80dd4e225b860c0ae6c7f5c53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:34:28 +0000 Subject: [PATCH] [deps]: Update Rust crate inquire to 0.9.0 --- crates/bitwarden-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bitwarden-cli/Cargo.toml b/crates/bitwarden-cli/Cargo.toml index 480dab7af..a231363c7 100644 --- a/crates/bitwarden-cli/Cargo.toml +++ b/crates/bitwarden-cli/Cargo.toml @@ -17,7 +17,7 @@ keywords.workspace = true [dependencies] clap = { version = "4.5.4", features = ["derive"] } color-eyre = "0.6.3" -inquire = "0.7.0" +inquire = "0.9.0" supports-color = "3.0.0" [lints]