From 86d00f249929619e9a3b5a2180c78e5ad74590e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:47:53 +1000 Subject: [PATCH] chore(deps): bump dialoguer from 0.10.2 to 0.10.3 (#1317) Bumps [dialoguer](https://github.com/mitsuhiko/dialoguer) from 0.10.2 to 0.10.3. - [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/v0.10.2...0.10.3) --- updated-dependencies: - dependency-name: dialoguer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9ad52843..36ce2f52d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1285,11 +1285,12 @@ dependencies = [ [[package]] name = "dialoguer" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a92e7e37ecef6857fdc0c0c5d42fd5b0938e46590c2183cc92dd310a6d078eb1" +checksum = "af3c796f3b0b408d9fd581611b47fa850821fcb84aa640b83a3c1a5be2d691f2" dependencies = [ "console", + "shell-words", "tempfile", "zeroize", ] @@ -4082,6 +4083,12 @@ dependencies = [ "lazy_static", ] +[[package]] +name = "shell-words" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" + [[package]] name = "shellexpand" version = "2.1.2" diff --git a/Cargo.toml b/Cargo.toml index 65a55630b..f842ed109 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.1.6" -dialoguer = "0.10.1" +dialoguer = "0.10.3" dyn-clone = "^1.0.10" fernet = "^0.2.0" filetime = "^0.2.19"