Skip to content

Commit

Permalink
Update rstest
Browse files Browse the repository at this point in the history
Remove the dependency on `rstest` for `notify` as it wasn't used.

Update the other dependencies on `rstest`.
  • Loading branch information
waywardmonkeys committed Jun 27, 2024
1 parent ade84e8 commit 5eae546
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion notify-debouncer-full/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mock_instant = { version = "0.3.0", optional = true }
[dev-dependencies]
notify-debouncer-full = { path = ".", features = ["mock_instant"] }
pretty_assertions = "1.3.0"
rstest = "0.18"
rstest = "0.21.0"
serde = { version = "1.0.89", features = ["derive"] }
deser-hjson = "1.1.1"
rand = "0.8.5"
2 changes: 1 addition & 1 deletion notify-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ mock_instant = { version = "0.3.0", optional = true }
[dev-dependencies]
serde_json = "1.0.39"
insta = "1.34.0"
rstest = "0.17.0"
rstest = "0.21.0"
1 change: 0 additions & 1 deletion notify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ serde_json = "1.0.39"
tempfile = "3.2.0"
nix = "0.23.1"
insta = "1.34.0"
rstest = "0.17.0"

[features]
default = ["macos_fsevent","crossbeam-channel"]
Expand Down

0 comments on commit 5eae546

Please sign in to comment.