Skip to content

Commit

Permalink
chore(deps): update rust crate pretty_assertions to v1 (#857)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 4, 2021
1 parent 52f0f47 commit 51c6618
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 crates/rover-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ uuid = {version = "0.8", features = ["v4"]}
[dev-dependencies]
indoc = "1.0"
httpmock = "0.6"
pretty_assertions = "0.7"
pretty_assertions = "1.0"
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.7.2"
pretty_assertions = "1.0.0"
indoc = "1.0.3"

0 comments on commit 51c6618

Please sign in to comment.