diff --git a/Cargo.lock b/Cargo.lock index 6a46111d8..db1c093dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2331,21 +2331,20 @@ checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" [[package]] name = "rstest" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fc39292f8613e913f7df8fa892b8944ceb47c247b78e1b1ae2f09e019be789d" +checksum = "c721f131ce14d37eb6365d6848fe38703fff9b961c83038a926673e91769d1ef" dependencies = [ "futures-timer", "futures-util", "rstest_macros", - "rustc_version", ] [[package]] name = "rstest_macros" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f168d99749d307be9de54d23fd226628d99768225ef08f6ffb52e0182a27746" +checksum = "af1954176ab4f2ced085ad2c7a1b257be46299aa0093dabaa4e078b4af25eb3c" dependencies = [ "cfg-if", "glob", @@ -4215,7 +4214,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 9683e1b7f..49258db55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -345,7 +345,7 @@ rand = { version = "0.9.0", features = ["small_rng"] } rand_core = "0.9.0" rayon = "1.10" regex = "1.10.4" -rstest = "0.25.0" +rstest = "0.26.0" rust-ini = "0.21.0" same-file = "1.0.6" self_cell = "1.0.4"