From 0c02a26b5dd89cdbd76cade44f325b4f2af6debf Mon Sep 17 00:00:00 2001 From: Dependabot Date: Mon, 7 Jul 2025 23:41:21 +0000 Subject: [PATCH] chore(deps): Bump rstest from 0.24.0 to 0.25.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e2e530..5bd7b83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -311,9 +311,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "rstest" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03e905296805ab93e13c1ec3a03f4b6c4f35e9498a3d5fa96dc626d22c03cd89" +checksum = "6fc39292f8613e913f7df8fa892b8944ceb47c247b78e1b1ae2f09e019be789d" dependencies = [ "futures-timer", "futures-util", @@ -323,9 +323,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef0053bbffce09062bee4bcc499b0fbe7a57b879f1efe088d6d8d4c7adcdef9b" +checksum = "1f168d99749d307be9de54d23fd226628d99768225ef08f6ffb52e0182a27746" dependencies = [ "cfg-if", "glob", diff --git a/Cargo.toml b/Cargo.toml index 4afc65a..03c0a83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ comlexr_macro = { version = "=1.4.2", path = "./macro" } thiserror = "1.0.65" [dev-dependencies] -rstest = "0.24" +rstest = "0.25" rusty-hook = "0.11" tempfile.workspace = true