Skip to content

Commit

Permalink
Bump pretty_assertions from 0.7.1 to 0.7.2 (use-ink#259)
Browse files Browse the repository at this point in the history
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.7.1 to 0.7.2.
- [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.7.1...v0.7.2)

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] authored Apr 16, 2021
1 parent a8c8589 commit 1eca7f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ platforms = "1.1"

[dev-dependencies]
assert_matches = "1.5.0"
pretty_assertions = "0.7.1"
pretty_assertions = "0.7.2"
wabt = "0.10.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ serde_json = "1.0.64"
url = { version = "2.2.1", features = ["serde"] }

[dev-dependencies]
pretty_assertions = "0.7.1"
pretty_assertions = "0.7.2"

0 comments on commit 1eca7f2

Please sign in to comment.