From 7a57211ef8feef969973697dc817eee99fe2f2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 23:33:02 +0000 Subject: [PATCH] Bump inquire from 0.9.2 to 0.9.3 Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/mikaelmello/inquire/releases) - [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md) - [Commits](https://github.com/mikaelmello/inquire/compare/v0.9.2...v0.9.3) --- updated-dependencies: - dependency-name: inquire dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4f140f..c85238a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,9 +875,9 @@ dependencies = [ [[package]] name = "inquire" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae51d5da01ce7039024fbdec477767c102c454dbdb09d4e2a432ece705b1b25d" +checksum = "979f5ab9760427ada4fa5762b2d905e5b12704fb1fada07b6bfa66aeaa586f87" dependencies = [ "bitflags", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 7a61a30..5cc47f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ colored = "2.2.0" clap = { version = "4.5.54", features = ["derive"] } rand = "0.9.2" spinners = "4.1.1" -inquire = "0.9.2" +inquire = "0.9.3" [dev-dependencies] pretty_assertions = "1.4.1"