From f0ec86014bb2021a30ea706e6b3dae809839170e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:00:15 +0000 Subject: [PATCH 1/2] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 462ea8d72..9b3643fbe 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.0" } schemars = { version = "0.8.15" } sha2 = { version = "0.10.8", default-features = false } serde = { version = "1.0", default-features = false } From f9c73a837ef7227a90fa8fdd4dd7e9ee0eead9bd Mon Sep 17 00:00:00 2001 From: Rano | Ranadeep Date: Tue, 30 Apr 2024 12:27:05 -0400 Subject: [PATCH 2/2] update Cargo.toml Signed-off-by: Rano | Ranadeep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b3643fbe..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.19.0" } +rstest = { version = "0.19" } schemars = { version = "0.8.15" } sha2 = { version = "0.10.8", default-features = false } serde = { version = "1.0", default-features = false }