diff --git a/Cargo.lock b/Cargo.lock index e10ce8c10..1d76171fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1746,9 +1746,9 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" [[package]] name = "rstest" -version = "0.18.2" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199" +checksum = "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330" dependencies = [ "futures", "futures-timer", @@ -1758,9 +1758,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.18.2" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605" +checksum = "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25" dependencies = [ "cfg-if", "glob", diff --git a/Cargo.toml b/Cargo.toml index 7b699b9ef..95abf0955 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -312,7 +312,7 @@ rand_core = "0.6" rayon = "1.10" redox_syscall = "0.5" regex = "1.10.4" -rstest = "0.18.2" +rstest = "0.19.0" rust-ini = "0.19.0" same-file = "1.0.6" self_cell = "1.0.3"