Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

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 and Kai Wetlesen committed Sep 7, 2022
1 parent 76c1d53 commit 1818f06
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 @@ -28,7 +28,7 @@ serde = "1.0"
uuid = { version = "1.1.2", features = ["v4"] }
stable-hash_legacy = { version = "0.3.3", package = "stable-hash" }
diesel_derives = "1.4.1"
anyhow = "1.0.61"
anyhow = "1.0.62"
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 @@ -19,7 +19,7 @@ slog = { version = "2.7.0", features = ["release_max_level_trace", "max_level_tr

[dev-dependencies]
bollard = "0.10"
anyhow = "1.0.61"
anyhow = "1.0.62"
lazy_static = "1.4.0"
tokio-stream = "0.1"
serde_yaml = "0.8"
Expand Down

0 comments on commit 1818f06

Please sign in to comment.