Skip to content

Commit

Permalink
Update pretty_assertions requirement from 0.6.1 to 0.7.1 (#8)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 9, 2021
1 parent 5a8a8d6 commit d95f21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -12,7 +12,7 @@ futures = "0.3.5"

[dev-dependencies]
async-std = { version = "1.6.3", features = ["attributes"] }
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"

[dev-dependencies.cargo-husky]
version = "1"
Expand Down

0 comments on commit d95f21b

Please sign in to comment.