From 3f0c8230e28aadf959d29bf0fc1b0bbd9cc16d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:50:19 +0200 Subject: [PATCH] Bump rstest from 0.24.0 to 0.25.0 (#1541) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14640d1c..5f8c7d34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3307,9 +3307,9 @@ dependencies = [ [[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", @@ -3319,9 +3319,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 767a409c..9dbb720c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ typetag = "0.2" criterion = "0.5.1" gix-testtools = "0.15.0" insta = { version = "1.42.2", features = ["json", "redactions"] } -rstest = "0.24.0" +rstest = "0.25.0" [[bench]] name = "repo"