build(deps): bump pretty_assertions from 0.7.1 to 0.7.2

Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.7.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.7.1...v0.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-15 20:48:27 +00:00 committed by Mike Welsh
parent a45a5c2bcb
commit f90d58703a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2624,9 +2624,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]] [[package]]
name = "pretty_assertions" name = "pretty_assertions"
version = "0.7.1" version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f297542c27a7df8d45de2b0e620308ab883ad232d06c14b76ac3e144bda50184" checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"ctor", "ctor",

View File

@ -45,7 +45,7 @@ default-features = false # can't use rayon on web
[dev-dependencies] [dev-dependencies]
approx = "0.4.0" approx = "0.4.0"
pretty_assertions = "0.7.1" pretty_assertions = "0.7.2"
env_logger = "0.8.3" env_logger = "0.8.3"
[features] [features]