Skip to content

Commit

Permalink
Bump pretty_assertions from 1.1.0 to 1.2.0 (#1610)
Browse files Browse the repository at this point in the history
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.1.0 to 1.2.0.
- [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](https://github.com/colin-kiegel/rust-pretty-assertions/commits)

---
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] authored Mar 11, 2022
1 parent b52d495 commit f95ea01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 consensus/scp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ mc-util-logger-macros = { path = "../../util/logger-macros" }
mc-util-test-helper = { path = "../../util/test-helper" }

crossbeam-channel = "0.5"
pretty_assertions = "1.1.0"
pretty_assertions = "1.2.0"
serial_test = "0.6"
tempdir = "0.3"

0 comments on commit f95ea01

Please sign in to comment.