Skip to content

Commit

Permalink
Raise pretty_assertions to 1.3
Browse files Browse the repository at this point in the history
We don't need the new features, but it makes "cargo audit" shut up.
  • Loading branch information
asomers committed Mar 26, 2023
1 parent 284b1b3 commit d6850e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockall_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ quote = "1.0"
syn = { version = "1.0.87", features = ["extra-traits", "full"] }

[dev-dependencies]
pretty_assertions = "0.7"
pretty_assertions = "1.3"

0 comments on commit d6850e8

Please sign in to comment.