From b0e20b3d0672c77d3e1acead404c04285b1aaa30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:16:19 +0000 Subject: [PATCH] Bump inquire from 0.7.2 to 0.7.3 Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.7.2 to 0.7.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.7.2...v0.7.3) --- updated-dependencies: - dependency-name: inquire dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ddc570..b5aea35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1987,9 +1987,9 @@ dependencies = [ [[package]] name = "inquire" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3bc24f3f114e409501843dda15ef84dccd13404a364101b5b7ca94f5e756513" +checksum = "0fca231a35040487041f975afae9272ecd3701cc95a5efbbda36c6ecc22a269c" dependencies = [ "bitflags 2.5.0", "crossterm",