From 57209cdc8077e978a1715db21b87e9ebd714dcbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:15:02 +0000 Subject: [PATCH] chore(deps): update rstest requirement from 0.23 to 0.24 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.23.0...v0.23.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99e92f7ad..1e0752eb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ borsh = { version = "1", default-features = false, features = [ "deriv displaydoc = { version = "0.2.5", default-features = false } prost = { version = "0.13.2", default-features = false } derive_more = { version = "1.0.0", default-features = false, features = [ "from", "into", "display", "try_into" ] } -rstest = { version = "0.23" } +rstest = { version = "0.24" } schemars = { version = "0.8.21" } sha2 = { version = "0.10.8", default-features = false } serde = { version = "1.0", default-features = false }