From 8690c6fc63970189a203124f37489ed2cf137b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 20:32:32 +0000 Subject: [PATCH] Bump xshell from 0.1.9 to 0.1.11 Bumps [xshell](https://github.com/matklad/xshell) from 0.1.9 to 0.1.11. - [Release notes](https://github.com/matklad/xshell/releases) - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.1.9...v0.1.11) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- xtask/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f32d71..2bd8520 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,18 +1106,18 @@ dependencies = [ [[package]] name = "xshell" -version = "0.1.9" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f18102278453c8f70ea5c514ac78cb4c73a0ef72a8273d17094b52f9584c0c1" +checksum = "42a0645d510e1b6c136c2379418f9e0b8faf6bde19b67328229fc8fb4ebccc69" dependencies = [ "xshell-macros", ] [[package]] name = "xshell-macros" -version = "0.1.9" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6093c460064572007f885facc70bb0ca5e40a83ea7ff8b16c1abbee56fd2e767" +checksum = "a489d0bff8163f205ba510f167c31c03a135ea55c4ff916a9c66b282a6987324" [[package]] name = "xtask" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 3ba3878..4139665 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -18,4 +18,4 @@ syn = "1.0.63" toml = "0.5.8" ungrammar = "1.12.1" xflags = "0.2.1" -xshell = "0.1.9" +xshell = "0.1.11"