From bdbd0693cdcb2ccd3c1b2ed50c2078d093c79d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:58:17 +0000 Subject: [PATCH] build(deps): update rstest requirement from 0.21.0 to 0.22.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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ciborium/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciborium/Cargo.toml b/ciborium/Cargo.toml index 96313b8..f590ded 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.21.0" +rstest = "0.22.0" rand = "0.8" hex = "0.4"