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"