From 2b0dfdbd5f7f97b268f0016372c945c0f2d85a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:38:24 +0000 Subject: [PATCH] chore(deps): update rstest requirement from 0.18 to 0.21 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.0...v0.21.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libindy_vdr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libindy_vdr/Cargo.toml b/libindy_vdr/Cargo.toml index a46f9c63..4c4055be 100644 --- a/libindy_vdr/Cargo.toml +++ b/libindy_vdr/Cargo.toml @@ -63,7 +63,7 @@ zmq = "0.9" sled = "0.34.7" [dev-dependencies] -rstest = "0.18" +rstest = "0.21" time = "0.3" indy-data-types = { version = "0.7", default-features = false, features = [ "rich_schema",