From 848c4c25f5baf626529d1fd5331fd7bd32d3f77e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 04:23:38 +0000 Subject: [PATCH] Bump duct_sh from 0.13.4 to 0.13.5 Bumps [duct_sh](https://github.com/oconnor663/duct.rs) from 0.13.4 to 0.13.5. - [Release notes](https://github.com/oconnor663/duct.rs/releases) - [Commits](https://github.com/oconnor663/duct.rs/compare/0.13.4...0.13.5) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e96fec..82de9f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,9 +225,9 @@ dependencies = [ [[package]] name = "duct_sh" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176749ddadc0cfa96add36d84e9c61ee676fdca8e6e20c08a242a2426031a370" +checksum = "cc81dfdc61d3d7a268e8f2768c4eca9cf2ff7ffc287f92f3dd89cb1f4ffb13a9" dependencies = [ "duct", ] diff --git a/Cargo.toml b/Cargo.toml index 50829ed..c428a49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ travis-ci = { repository = "wickedchicken/checklist" } [dependencies] console = "0.11.2" dialoguer = "0.6.2" -duct_sh = "0.13.4" +duct_sh = "0.13.5" failure = "0.1.8" indicatif = "0.15.0" maplit = "1.0.2"