From 2feb1984cf452d063fde1ee8894873909d68ec44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:22:41 +0000 Subject: [PATCH] chore(deps): update rstest requirement from 0.18 to 0.22 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.22.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 5d6cd9e3..2a9353c5 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.22" time = "0.3" indy-data-types = { version = "0.7", default-features = false, features = [ "rich_schema",