From 272c3b3af5a7fc55551d4fda8344d17138b42db8 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Thu, 18 Jan 2024 21:08:14 -0600 Subject: [PATCH] [notify-debouncer-full] update rstest dev-dependency to 0.18 We are packaging this in Fedora, and tests pass using rstest 0.18.x that is in our repositories See https://bugzilla.redhat.com/show_bug.cgi?id=2257209 Signed-off-by: Michel Lind --- notify-debouncer-full/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify-debouncer-full/Cargo.toml b/notify-debouncer-full/Cargo.toml index 24a41666..95100227 100644 --- a/notify-debouncer-full/Cargo.toml +++ b/notify-debouncer-full/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4.17" [dev-dependencies] pretty_assertions = "1.3.0" mock_instant = "0.3.0" -rstest = "0.17.0" +rstest = "0.18" serde = { version = "1.0.89", features = ["derive"] } deser-hjson = "1.1.1" rand = "0.8.5"