From db48d50c8768b01d1f50ca237ff5c4def92eb1a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:05:54 +0000 Subject: [PATCH] Bump dialoguer from 0.10.1 to 0.10.2 Bumps [dialoguer](https://github.com/mitsuhiko/dialoguer) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/mitsuhiko/dialoguer/releases) - [Changelog](https://github.com/mitsuhiko/dialoguer/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/dialoguer/compare/v0.10.1...v0.10.2) --- updated-dependencies: - dependency-name: dialoguer 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 c22978562..38df02ca1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -582,9 +582,9 @@ dependencies = [ [[package]] name = "dialoguer" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8c8ae48e400addc32a8710c8d62d55cb84249a7d58ac4cd959daecfbaddc545" +checksum = "a92e7e37ecef6857fdc0c0c5d42fd5b0938e46590c2183cc92dd310a6d078eb1" dependencies = [ "console", ] diff --git a/Cargo.toml b/Cargo.toml index 52220a75a..9f7133ce0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ pyproject-toml = "0.3.0" python-pkginfo = "0.5.4" textwrap = "0.15.0" ignore = "0.4.18" -dialoguer = { version = "0.10.0", default-features = false } +dialoguer = { version = "0.10.2", default-features = false } console = "0.15.0" minijinja = "0.17.0" lddtree = "0.2.9"