From d343428441b4a35c8b429977385e17de381bdf6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:43:17 +0000 Subject: [PATCH] Bump run_script from 0.10.0 to 0.10.1 (#2737) Bumps [run_script](https://github.com/sagiegurari/run_script) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/sagiegurari/run_script/releases) - [Changelog](https://github.com/sagiegurari/run_script/blob/master/CHANGELOG.md) - [Commits](https://github.com/sagiegurari/run_script/compare/0.10.0...0.10.1) --- updated-dependencies: - dependency-name: run_script 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 372dedee..416cdc27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1039,9 +1039,9 @@ dependencies = [ [[package]] name = "run_script" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fdc55b3a7ad58e02de47eaf7a854c6791c8421da48ff296c152317d3beaf230" +checksum = "829f98fdc58d78989dd9af83be28bc15c94a7d77f9ecdb54abbbc0b1829ba9c7" dependencies = [ "fsio", ] diff --git a/Cargo.toml b/Cargo.toml index 7c76516d..a04d6489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ walkdir = { version = "2.4", optional = true } bytesize = { version = "1.3.0" } encoding_rs = "0.8.33" os_str_bytes = { version = "~6.6", optional = true } -run_script = { version = "^0.10.0", optional = true} +run_script = { version = "^0.10.1", optional = true} [dependencies.git2] version = "0.18"