From 6d8ef89f5b63b680679dc60d39acbb47632f91d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:15:00 +0000 Subject: [PATCH] Update rstest requirement from 0.22.0 to 0.23.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.22.0...v0.22.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 507e4b43..0d031c27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ bytes = "1.6.0" snafu = { version = "0.8.0", features = ["backtrace"] } lexical-core = "1.0.1" heapless = "0.8.0" -rstest = "0.22.0" +rstest = "0.23.0" pyo3 = { version = "0.21", features = ["multiple-pymethods"] } pyo3-log = "0.10" serde = "1"