From d080c57a4c48d2dc6bf3a706d77dca6ec05d738e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 3 Jun 2024 23:16:53 +0000
Subject: [PATCH] build(deps): update rstest requirement from 0.20.0 to 0.21.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.20.0...v0.21.0)

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

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

diff --git a/ciborium/Cargo.toml b/ciborium/Cargo.toml
index ab957ec..96313b8 100644
--- a/ciborium/Cargo.toml
+++ b/ciborium/Cargo.toml
@@ -27,7 +27,7 @@ serde = { version = "1.0.170", default-features = false, features = ["alloc", "d
 
 [dev-dependencies]
 serde_bytes = "0.11"
-rstest = "0.20.0"
+rstest = "0.21.0"
 rand = "0.8"
 hex = "0.4"