diff --git a/Cargo.lock b/Cargo.lock index 060c1d5c2..cf194088e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2992,21 +2992,20 @@ dependencies = [ [[package]] name = "rstest" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fc39292f8613e913f7df8fa892b8944ceb47c247b78e1b1ae2f09e019be789d" +checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49" dependencies = [ "futures-timer", "futures-util", "rstest_macros", - "rustc_version", ] [[package]] name = "rstest_macros" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f168d99749d307be9de54d23fd226628d99768225ef08f6ffb52e0182a27746" +checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0" dependencies = [ "cfg-if", "glob", diff --git a/Cargo.toml b/Cargo.toml index 183ace260..e67ec704d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ typetag = "0.2" criterion = "0.6.0" gix-testtools = "0.16.1" insta = { version = "1.43.1", features = ["json", "redactions"] } -rstest = "0.25.0" +rstest = "0.26.1" [[bench]] name = "repo"