chore(deps): bump powershell_script from 0.3.2 to 1.0.2 (#140)

Bumps [powershell_script](https://github.com/cfsamson/powershell-script) from 0.3.2 to 1.0.2.
- [Release notes](https://github.com/cfsamson/powershell-script/releases)
- [Commits](https://github.com/cfsamson/powershell-script/commits)

---
updated-dependencies:
- dependency-name: powershell_script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-26 10:29:26 -07:00
committed by GitHub
parent 8594e72d31
commit 7cef7b53b5
3 changed files with 4 additions and 4 deletions

View File

@@ -922,7 +922,7 @@ fn main() -> Result<()> {
},
);
match powershell_script::run(&script, true) {
match powershell_script::run(&script) {
Ok(output) => {
println!("{}", output);
}