From b0c559b9c74ffcd38debc6dcca5f56081cfc7a5c Mon Sep 17 00:00:00 2001
From: renovate <renovate@archlinux.org>
Date: Sun, 4 Aug 2024 19:24:15 +0000
Subject: [PATCH] chore(deps): update rust crate rstest to 0.22.0

Signed-off-by: renovate <renovate@archlinux.org>
---
 Cargo.lock            | 8 ++++----
 nethsm-cli/Cargo.toml | 2 +-
 nethsm/Cargo.toml     | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 111fd99d..6c255834 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1634,9 +1634,9 @@ dependencies = [
 
 [[package]]
 name = "rstest"
-version = "0.21.0"
+version = "0.22.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682"
+checksum = "7b423f0e62bdd61734b67cd21ff50871dfaeb9cc74f869dcd6af974fbcb19936"
 dependencies = [
  "futures",
  "futures-timer",
@@ -1646,9 +1646,9 @@ dependencies = [
 
 [[package]]
 name = "rstest_macros"
-version = "0.21.0"
+version = "0.22.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d"
+checksum = "c5e1711e7d14f74b12a58411c542185ef7fb7f2e7f8ee6e2940a883628522b42"
 dependencies = [
  "cfg-if",
  "glob",
diff --git a/nethsm-cli/Cargo.toml b/nethsm-cli/Cargo.toml
index cb45543b..5a0ef0e8 100644
--- a/nethsm-cli/Cargo.toml
+++ b/nethsm-cli/Cargo.toml
@@ -26,6 +26,6 @@ path = "src/main.rs"
 
 [dev-dependencies]
 rand = "0.8.5"
-rstest = "0.21.0"
+rstest = "0.22.0"
 testdir = "0.9.1"
 testresult = "0.4.0"
diff --git a/nethsm/Cargo.toml b/nethsm/Cargo.toml
index c2485070..5b15557a 100644
--- a/nethsm/Cargo.toml
+++ b/nethsm/Cargo.toml
@@ -38,7 +38,7 @@ ed25519-dalek = { version = "2.1.1", features = ["pkcs8", "pem", "rand_core"] }
 ed25519-compact = { version = "2.0.6", features = ["pem", "traits"] }
 rand = "0.8.5"
 rsa = { version = "0.9.6", features = ["getrandom", "sha2", "pem"] }
-rstest = "0.21.0"
+rstest = "0.22.0"
 rustainers = { version = "0.12.0" }
 testdir = "0.9.1"
 testresult = "0.4.0"
-- 
GitLab