From 9c6bfc0be9d689556a5f7d54ba2b68acaf554a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 17:27:29 +0000 Subject: [PATCH] Bump rstest from 0.16.0 to 0.17.0 (#8534) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/nu-cli/Cargo.toml | 2 +- crates/nu-command/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69d9c5d1be..4277fc5185 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4355,9 +4355,9 @@ dependencies = [ [[package]] name = "rstest" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b07f2d176c472198ec1e6551dc7da28f1c089652f66a7b722676c2238ebc0edf" +checksum = "de1bb486a691878cd320c2f0d319ba91eeaa2e894066d8b5f8f117c000e9d962" dependencies = [ "rstest_macros", "rustc_version", @@ -4365,9 +4365,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7229b505ae0706e64f37ffc54a9c163e11022a6636d58fe1f3f52018257ff9f7" +checksum = "290ca1a1c8ca7edb7c3283bd44dc35dd54fdec6253a3912e201ba1072018fca8" dependencies = [ "cfg-if 1.0.0", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 460fd57744..173e8ff130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ criterion = "0.4" pretty_assertions = "1.0.0" serial_test = "1.0.0" hamcrest2 = "0.3.0" -rstest = { version = "0.16.0", default-features = false } +rstest = { version = "0.17.0", default-features = false } itertools = "0.10.3" [features] diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 2077f893b1..ac0daea460 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -12,7 +12,7 @@ bench = false [dev-dependencies] nu-test-support = { path = "../nu-test-support", version = "0.77.2" } -rstest = { version = "0.16.0", default-features = false } +rstest = { version = "0.17.0", default-features = false } [dependencies] nu-command = { path = "../nu-command", version = "0.77.2" } diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 903fa120ce..21c3bb87ee 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -165,4 +165,4 @@ hamcrest2 = "0.3.0" proptest = "1.1.0" quickcheck = "1.0.3" quickcheck_macros = "1.0.0" -rstest = { version = "0.16.0", default-features = false } +rstest = { version = "0.17.0", default-features = false }