From 53c56df714bc9099c89a3ab9e5f5f37df0b4a1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:56:04 +0000 Subject: [PATCH] chore(deps): bump inquire from 0.7.4 to 0.7.5 Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.7.4 to 0.7.5. - [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.4...v0.7.5) --- 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 62c6923..c6f44a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,9 +427,9 @@ dependencies = [ [[package]] name = "inquire" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe95f33091b9b7b517a5849bce4dce1b550b430fc20d58059fcaa319ed895d8b" +checksum = "0fddf93031af70e75410a2511ec04d49e758ed2f26dad3404a934e0fb45cc12a" dependencies = [ "bitflags 2.4.1", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 8541813..5455afb 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.4" +inquire = "0.7.5" serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" clap = { version = "4.5.4", features = ["derive"] }