From 941f9b939ecceaaf5f13c65d500b444dfafef5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:01:09 -0400 Subject: [PATCH] chore(deps): update rstest requirement from 0.18.2 to 0.19.0 (#1213) * chore(deps): update rstest requirement from 0.18.2 to 0.19.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.18.2...v0.18.2) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] * update Cargo.toml Signed-off-by: Rano | Ranadeep --------- Signed-off-by: dependabot[bot] Signed-off-by: Rano | Ranadeep Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rano | Ranadeep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 462ea8d72..184204497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ borsh = { version = "0.10", default-features = false } displaydoc = { version = "0.2", default-features = false } prost = { version = "0.12", default-features = false } derive_more = { version = "0.99.17", default-features = false, features = [ "from", "into", "display", "try_into" ] } -rstest = { version = "0.18.2" } +rstest = { version = "0.19" } schemars = { version = "0.8.15" } sha2 = { version = "0.10.8", default-features = false } serde = { version = "1.0", default-features = false }