From a71ecafe7bda5f204147a2813bf03d1621151135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:59:27 +0000 Subject: [PATCH] chore(deps): bump inquire from 0.7.1 to 0.7.2 Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.7.1 to 0.7.2. - [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.1...v0.7.2) --- updated-dependencies: - dependency-name: inquire 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 90bb9fc..a61c81c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,9 +446,9 @@ dependencies = [ [[package]] name = "inquire" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d98c2ec0b4c8e12455b249aedacfda205df26ee9c6498945b00353a4e682ea6" +checksum = "a3bc24f3f114e409501843dda15ef84dccd13404a364101b5b7ca94f5e756513" dependencies = [ "bitflags 2.4.1", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 066c54e..f720bcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ str_to_string = "warn" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -inquire = "0.7.1" +inquire = "0.7.2" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" clap = { version = "4.5.3", features = ["derive"] }