Bump pretty_assertions from 1.3.0 to 1.4.0

Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases)
- [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.3.0...v1.4.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] 2023-07-07 02:12:16 +00:00 committed by extrawurst
parent b4450f9bc3
commit c2435c2752
4 changed files with 5 additions and 26 deletions

25
Cargo.lock generated
View file

@ -361,16 +361,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "ctor"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "cxx"
version = "1.0.90"
@ -1279,15 +1269,6 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "output_vt100"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
dependencies = [
"winapi",
]
[[package]]
name = "parking_lot"
version = "0.12.1"
@ -1376,13 +1357,11 @@ dependencies = [
[[package]]
name = "pretty_assertions"
version = "1.3.0"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [
"ctor",
"diff",
"output_vt100",
"yansi",
]

View file

@ -60,7 +60,7 @@ which = "4.4"
pprof = { version = "0.11", features = ["flamegraph"], optional = true }
[dev-dependencies]
pretty_assertions = "1.3"
pretty_assertions = "1.4"
tempfile = "3.4"
[badges]

View file

@ -31,7 +31,7 @@ url = "2.4"
[dev-dependencies]
env_logger = "0.10"
invalidstring = { path = "../invalidstring", version = "0.1" }
pretty_assertions = "1.3"
pretty_assertions = "1.4"
serial_test = "1.0"
tempfile = "3.4"

View file

@ -15,4 +15,4 @@ keywords = ["gui", "cli", "terminal", "ui", "tui"]
thiserror = "1.0"
[dev-dependencies]
pretty_assertions = "1.3"
pretty_assertions = "1.4"