Skip to content

Commit

Permalink
Auto merge of #11747 - klensy:mdman-dep, r=weihanglo
Browse files Browse the repository at this point in the history
mdman: update pretty_assertions to reduce deps

This reduces deps in rust repo by dropping `ansi_term 0.11.0` and `difference` crates. `yansi` and `diff` already used there (rust repo).
  • Loading branch information
bors committed Feb 21, 2023
2 parents d1d16f2 + a485a8a commit ddfe87f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
29 changes: 13 additions & 16 deletions crates/mdman/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 crates/mdman/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ serde_json = "1.0.56"
url = "2.2.2"

[dev-dependencies]
pretty_assertions = "0.6.1"
pretty_assertions = "1.3.0"

0 comments on commit ddfe87f

Please sign in to comment.