From e2eb2b444b5eee419c915270978a341f700efbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 05:50:45 +0000 Subject: [PATCH] build(deps): bump rstest from 0.14.0 to 0.15.0 Bumps [rstest](https://github.com/la10736/rstest) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- wezterm-ssh/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index addbe9304..4d11972b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3381,9 +3381,9 @@ dependencies = [ [[package]] name = "rstest" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fcf8fa7e9f3b396a5967d7455c057532a81be5114c81d5b02fae9a1f8e21d7" +checksum = "e9c9dc66cc29792b663ffb5269be669f1613664e69ad56441fdb895c2347b930" dependencies = [ "futures", "futures-timer", diff --git a/wezterm-ssh/Cargo.toml b/wezterm-ssh/Cargo.toml index b94154031..c9e5e4299 100644 --- a/wezterm-ssh/Cargo.toml +++ b/wezterm-ssh/Cargo.toml @@ -45,7 +45,7 @@ k9 = "0.11.0" once_cell = "1.8" predicates = "2.0" env_logger = "0.9" -rstest = "0.14" +rstest = "0.15" shell-words = "1.1" smol-potat = "1.1.2" termwiz = { version = "0.16", path = "../termwiz" }