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"