Skip to content

Commit

Permalink
Update rstest to 0.21
Browse files Browse the repository at this point in the history
Remove the dependency on `rstest` for `notify` as it wasn't used.
  • Loading branch information
waywardmonkeys authored and 0xpr03 committed Jul 14, 2024
1 parent 6a23862 commit 6a12bba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ notify-debouncer-mini = { path = "notify-debouncer-mini" }
notify-types = { path = "notify-types" }
pretty_assertions = "1.3.0"
rand = "0.8.5"
rstest = "0.18.2"
rstest = "0.21.0"
serde = { version = "1.0.89", features = ["derive"] }
serde_json = "1.0.39"
tempfile = "3.10.0"
Expand Down
1 change: 0 additions & 1 deletion notify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ serde_json.workspace = true
tempfile.workspace = true
nix.workspace = true
insta.workspace = true
rstest.workspace = true

0 comments on commit 6a12bba

Please sign in to comment.