build(deps): bump pretty_assertions from 1.1.0 to 1.2.0

Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.1.0 to 1.2.0.
- [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/commits)

---
updated-dependencies:
- dependency-name: pretty_assertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-14 20:06:42 +00:00 committed by relrelb
parent 8d7000cd67
commit 50ab1e6130
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2696,9 +2696,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]] [[package]]
name = "pretty_assertions" name = "pretty_assertions"
version = "1.1.0" version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50" checksum = "57c038cb5319b9c704bf9c227c261d275bfec0ad438118a2787ce47944fb228b"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"ctor", "ctor",

View File

@ -20,5 +20,5 @@ imgtests = []
[dev-dependencies] [dev-dependencies]
approx = "0.5.0" approx = "0.5.0"
pretty_assertions = "1.1.0" pretty_assertions = "1.2.0"
env_logger = "0.9.0" env_logger = "0.9.0"