From fa586aee83b79874539bf7e6b2fbbffd372a4175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 20:41:41 +0000 Subject: [PATCH] chore(deps): update rstest requirement from 0.18 to 0.19 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.19.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 ae5d95f0..c6a8a0a0 100644 --- a/libindy_vdr/Cargo.toml +++ b/libindy_vdr/Cargo.toml @@ -65,7 +65,7 @@ async-lock = "3.3.0" sled = "0.34.7" [dev-dependencies] -rstest = "0.18" +rstest = "0.19" time = "0.3" indy-data-types = { version = "0.7", default-features = false, features = [ "rich_schema",