Skip to content

Commit

Permalink
build(deps): bump anyhow from 1.0.54 to 1.0.57 (graphprotocol#3494)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.54 to 1.0.57.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.54...1.0.57)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Apr 28, 2022
1 parent b659903 commit d2c972c
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 store/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = "1.0"
uuid = { version = "0.8.1", features = ["v4"] }
stable-hash_legacy = { version = "0.3.2", package = "stable-hash" }
diesel_derives = "1.4.1"
anyhow = "1.0.54"
anyhow = "1.0.57"
git-testament = "0.2.0"
itertools = "0.10.3"
pin-utils = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bollard = "0.10"
tokio = {version = "1.16.1", features = ["rt", "macros", "process"]}
tokio-stream = "0.1"
port_check = "0.1.5"
anyhow = "1.0.54"
anyhow = "1.0.57"
lazy_static = "1.4.0"
graph-node = { path = "../node" }
graph-core = { path = "../core" }
Expand Down

0 comments on commit d2c972c

Please sign in to comment.