Bump pretty_assertions from 0.7.2 to 1.0.0 (#347)

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

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

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-09-29 00:56:15 +02:00 committed by GitHub
parent 6848b20546
commit aadce95e35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

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

View file

@ -42,7 +42,7 @@ toml = "0.5.8"
[dev-dependencies]
assert_cmd = "2.0.1"
predicates = "1.0.8"
pretty_assertions = "0.7.2"
pretty_assertions = "1.0.0"
tempfile = "3.2.0"
uuid = { version = "0.8.2", features = ["v4"] }
wiremock = "0.5.7"

View file

@ -46,7 +46,7 @@ percent-encoding = "2.1.0"
[dev-dependencies]
doc-comment = "0.3.3"
pretty_assertions = "0.7.2"
pretty_assertions = "1.0.0"
tempfile = "3.2.0"
wiremock = "0.5.7"