Skip to content

Commit

Permalink
Update assert_cmd dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed May 10, 2024
1 parent be95b31 commit 9d2574d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
26 changes: 5 additions & 21 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ line-numbers = "0.3.0"
smallvec = "1.13.2"

[dev-dependencies]
# assert_cmd 2.0.6 requires rust 1.60
assert_cmd = ">= 2, <= 2.0.5"
# assert_cmd 2.0.10 requires predicates 3.
# TODO: update.
assert_cmd = ">= 2, < 2.0.9"
predicates = "2.1.0"

pretty_assertions = "1.3.0"
Expand Down

0 comments on commit 9d2574d

Please sign in to comment.