Skip to content

Commit

Permalink
[notify-debouncer-full] update rstest dev-dependency to 0.18
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
michel-slm committed Jan 19, 2024
1 parent c3929ed commit 272c3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify-debouncer-full/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 272c3b3

Please sign in to comment.