From e030de0a366510927458a08af08a0fa2ea4b1573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:20:20 -0500 Subject: [PATCH] Bump xshell from 0.2.6 to 0.2.7 (#1270) Bumps [xshell](https://github.com/matklad/xshell) from 0.2.6 to 0.2.7. - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: xshell 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> Co-authored-by: Andrew Plaza --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60d6c2c06..c1566b9ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7168,18 +7168,18 @@ dependencies = [ [[package]] name = "xshell" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db0ab86eae739efd1b054a8d3d16041914030ac4e01cd1dca0cf252fd8b6437" +checksum = "9e7290c623014758632efe00737145b6867b66292c42167f2ec381eb566a373d" dependencies = [ "xshell-macros", ] [[package]] name = "xshell-macros" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852" +checksum = "32ac00cd3f8ec9c1d33fb3e7958a82df6989c42d747bd326c822b1d625283547" [[package]] name = "xtask"