Skip to content

Commit ddfe87f

Browse files
committed
Auto merge of #11747 - klensy:mdman-dep, r=weihanglo
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).
2 parents d1d16f2 + a485a8a commit ddfe87f

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

crates/mdman/Cargo.lock

Lines changed: 13 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/mdman/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ serde_json = "1.0.56"
1414
url = "2.2.2"
1515

1616
[dev-dependencies]
17-
pretty_assertions = "0.6.1"
17+
pretty_assertions = "1.3.0"

0 commit comments

Comments
 (0)