From 6a5ed012d3adaec5653214695c068b27221e7bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Apr 2022 23:02:32 +0000 Subject: [PATCH] Update xshell requirement from 0.1 to 0.2 Updates the requirements on [xshell](https://github.com/matklad/xshell) to permit the latest version. - [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.0...v0.2.1) --- updated-dependencies: - dependency-name: xshell dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/ci/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/Cargo.toml b/tools/ci/Cargo.toml index 3c2a6ee93c359..a6d04627c2277 100644 --- a/tools/ci/Cargo.toml +++ b/tools/ci/Cargo.toml @@ -7,4 +7,4 @@ publish = false license = "MIT OR Apache-2.0" [dependencies] -xshell = "0.1" +xshell = "0.2"