Skip to content

Commit

Permalink
Update pretty_assertions requirement from 0.6.1 to 0.7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) to permit the latest version.
- [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](rust-pretty-assertions/rust-pretty-assertions@v0.6.1...v0.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2021
1 parent a1b8cda commit c72cdd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -50,7 +50,7 @@ expect-test = "1.0.0"
fnv = "1.0.6"
glob = "0.3.0"
mime = "0.3.16"
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"
regex = {version = "1.3.9", default-features = false, features = ["std"]}
ron = "0.6"
serde-xml-rs = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion serde_with_macros/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ features = [
version = "1.0.3"

[dev-dependencies]
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"
rustversion = "1.0.0"
serde = {version = "1.0.75", features = ["derive"]}
serde_json = "1.0.25"
Expand Down

0 comments on commit c72cdd7

Please sign in to comment.