Skip to content

Commit

Permalink
build(deps): bump pretty_assertions from 1.2.1 to 1.3.0 (#3906)
Browse files Browse the repository at this point in the history
Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases)
- [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](rust-pretty-assertions/rust-pretty-assertions@v1.2.1...v1.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2022
1 parent b212bc4 commit 7356e0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ graph-mock = { path = "../mock" }
test-store = { path = "../store/test-store" }
hex = "0.4.3"
graphql-parser = "0.4.0"
pretty_assertions = "1.2.1"
pretty_assertions = "1.3.0"
anyhow = "1.0"
2 changes: 1 addition & 1 deletion graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ anyhow = "1.0"
async-recursion = "1.0.0"

[dev-dependencies]
pretty_assertions = "1.2.1"
pretty_assertions = "1.3.0"
test-store = { path = "../store/test-store" }
graph-chain-ethereum = { path = "../chain/ethereum" }

0 comments on commit 7356e0b

Please sign in to comment.