Skip to content

Commit

Permalink
Update the ignore crate to remove a transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Jan 4, 2025
1 parent 4796db3 commit 33c13ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
24 changes: 6 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ radix-heap = "0.4.2"
# ignore does not declare a MSRV, but it's part of ripgrep, which has
# a slightly more aggressive MSRV than difftastic. Constrain ignore to
# a known-good max version.
ignore = ">= 0.4, < 0.4.22"
ignore = ">= 0.4, < 0.4.24"
const_format = "0.2.22"
owo-colors = "3.5.0"
wu-diff = "0.1.2"
Expand Down

0 comments on commit 33c13ed

Please sign in to comment.