From eb7d657a561e79243a6e0b1e82421deb55e0bc33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:26:00 +0000 Subject: [PATCH] Update rstest-bdd requirement from 0.1.0-alpha4 to 0.2.0 in /backend Updates the requirements on [rstest-bdd](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 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..1d8b586b5 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -53,7 +53,7 @@ actix-codec = "0.5.2" # Actix Web Client for WebSocket and HTTP integration testing. awc = "3.8.1" rstest = "0.26" -rstest-bdd = "0.1.0-alpha4" +rstest-bdd = "0.2.0" rstest-bdd-macros = "0.1.0-alpha4" insta = { version = "1", features = ["json", "redactions"] } postgres = { version = "0.19.12", features = ["with-uuid-1"] }