From 3ff2b9ba6d7752f1ddc35e2d668ffe04f23d167a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:58:57 +0000 Subject: [PATCH] chore(deps): bump dialoguer from 0.10.3 to 0.10.4 (#1526) Bumps [dialoguer](https://github.com/mitsuhiko/dialoguer) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/mitsuhiko/dialoguer/releases) - [Changelog](https://github.com/console-rs/dialoguer/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/dialoguer/compare/0.10.3...v0.10.4) --- updated-dependencies: - dependency-name: dialoguer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebebdcde2..dcf7ee69c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,9 +1263,9 @@ dependencies = [ [[package]] name = "dialoguer" -version = "0.10.3" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af3c796f3b0b408d9fd581611b47fa850821fcb84aa640b83a3c1a5be2d691f2" +checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87" dependencies = [ "console", "shell-words", diff --git a/Cargo.toml b/Cargo.toml index 663f6725e..7cfc63d57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ cron = "0.12.0" crossbeam = "0.8.1" criterion = "^0.4.0" csv = "1.2.1" -dialoguer = "0.10.3" +dialoguer = "0.10.4" dyn-clone = "^1.0.11" fernet = "^0.2.1" filetime = "^0.2.20"