Skip to content

Commit

Permalink
Update dev dependencies assert_cmd & predicates
Browse files Browse the repository at this point in the history
This deduplicates the transient dependency `anstyle` that is shared with `clap`.
  • Loading branch information
nickelc committed Apr 28, 2023
1 parent 277aaeb commit 9b49d57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
24 changes: 9 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ dirs = "5.0.0"
plist = "1.4.3"

[dev-dependencies]
assert_cmd = "2.0.10"
assert_cmd = "2.0.11"
expect-test = "1.4.0"
serial_test = { version = "2.0.0", default-features = false }
predicates = "3.0.2"
predicates = "3.0.3"
wait-timeout = "0.2.0"
tempfile = "3.5.0"

Expand Down

0 comments on commit 9b49d57

Please sign in to comment.