Skip to content

Commit

Permalink
chore(deps): bump pretty_assertions from 0.6.1 to 0.7.1 (#439)
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.1.
- [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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Avery Harnish <[email protected]>
Co-authored-by: Irina Shestak <[email protected]>
  • Loading branch information
3 people authored Apr 19, 2021
1 parent 42a3809 commit 3e1a3c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 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 crates/rover-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ uuid = {version = "0.8", features = ["v4"]}

[dev-dependencies]
indoc = "1.0.3"
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"
2 changes: 1 addition & 1 deletion crates/sdl-encoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ version = "0.1.0"
[dependencies]

[dev-dependencies]
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"
indoc = "1.0.3"

0 comments on commit 3e1a3c3

Please sign in to comment.