Skip to content

Commit

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

---
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 Aug 15, 2022
1 parent 8fa1370 commit 953d42c
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.60"
anyhow = "1.0.61"
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.60"
anyhow = "1.0.61"
lazy_static = "1.4.0"
tokio-stream = "0.1"
serde_yaml = "0.8"
Expand Down

0 comments on commit 953d42c

Please sign in to comment.