Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: pretty_assertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 23, 2021
1 parent 5b562fe commit 4fe8fb9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
25 changes: 20 additions & 5 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 consensus/scp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mc-util-logger-macros = { path = "../../util/logger-macros" }
mc-util-test-helper = { path = "../../util/test-helper" }

crossbeam-channel = "0.5"
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.2"
serial_test = "0.5"
serial_test_derive = "0.5"
tempdir = "0.3"

0 comments on commit 4fe8fb9

Please sign in to comment.