From 6d46350d1a0eb9d0a607bfbc664e6ff8d68fea2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 03:21:58 +0000 Subject: [PATCH] chore(deps): update rust crate rstest to 0.26.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f6f089..2855ffe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ publish = false # disable publishing to crates.io [workspace.dependencies] # ensure deps are compatible: https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses async-std = { version = "1.13.0", features = ["attributes", "tokio1"] } -rstest = "0.25.0" +rstest = "0.26.0"