build(deps): bump pretty_assertions from 1.0.0 to 1.1.0

Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.0.0 to 1.1.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/compare/v1.0.0...v1.1.0)

---
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-02-13 13:46:38 +00:00 committed by relrelb
parent 036218ed01
commit 4a90d5f7ad
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2701,9 +2701,9 @@ checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
[[package]] [[package]]
name = "pretty_assertions" name = "pretty_assertions"
version = "1.0.0" version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc" checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50"
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.0.0" pretty_assertions = "1.1.0"
env_logger = "0.9.0" env_logger = "0.9.0"