From 0b6128d65b009f0c3ba3cd147188940ede1d1e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:24:48 +0000 Subject: [PATCH] Update rstest-bdd-macros requirement in /backend Updates the requirements on [rstest-bdd-macros](https://github.com/leynos/rstest-bdd) to permit the latest version. - [Release notes](https://github.com/leynos/rstest-bdd/releases) - [Changelog](https://github.com/leynos/rstest-bdd/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/leynos/rstest-bdd/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: rstest-bdd-macros dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 6f671ed9c..e35049000 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -54,7 +54,7 @@ actix-codec = "0.5.2" awc = "3.8.1" rstest = "0.26" rstest-bdd = "0.1.0-alpha4" -rstest-bdd-macros = "0.1.0-alpha4" +rstest-bdd-macros = "0.2.0" insta = { version = "1", features = ["json", "redactions"] } postgres = { version = "0.19.12", features = ["with-uuid-1"] }