Bump pretty_assertions from 0.6.1 to 0.7.2 (#3113)

Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.6.1 to 0.7.2.
- [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases)
- [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.6.1...v0.7.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-05-26 20:39:37 +02:00
committed by GitHub
parent e3edb71ed7
commit 5cf0444d7f
2 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ thiserror = "1.0.23"
[dev-dependencies]
sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" }
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.2"
[features]
default = ["std"]