From 3ce0845e5d307344099117b6381e258172d31ec9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 15 Apr 2024 03:31:21 +0000
Subject: [PATCH] Update rstest requirement from 0.18.2 to 0.19.0

Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version.
- [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/v0.18.2...v0.19.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 1372853..704e21a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ categories = ["config", "parser-implementations"]
 thiserror = "1.0.56"
 
 [dev-dependencies]
-rstest = "0.18.2"
+rstest = "0.19.0"
 serde = {version = "1.0.195", features = ["derive"]}
 serde_json = "1.0.111"
 walkdir = "2.4.0"