Skip to content

Commit

Permalink
chore(deps): 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] authored and vmx committed Mar 12, 2021
1 parent 7edfe05 commit 9b73c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ default = ["std"]
std = []

[dev-dependencies]
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"
multihash = { path = "..", default-features = false }

0 comments on commit 9b73c8d

Please sign in to comment.