Skip to content

Commit

Permalink
build(deps): bump pretty_assertions from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.0.0 to 1.1.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](rust-pretty-assertions/rust-pretty-assertions@v1.0.0...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and leoyvens committed Feb 15, 2022
1 parent 6046625 commit 9e9c6e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ walkdir = "2.3.2"
test-store = { path = "../store/test-store" }
hex = "0.4.3"
graphql-parser = "0.4.0"
pretty_assertions = "1.0.0"
pretty_assertions = "1.1.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 @@ parking_lot = "0.11"
anyhow = "1.0"

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

0 comments on commit 9e9c6e8

Please sign in to comment.