Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lutter committed Sep 15, 2022
1 parent fa80762 commit 0d3fbdf
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.62"
anyhow = "1.0.65"
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 @@ -22,7 +22,7 @@ hex = "0.4.3"

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

0 comments on commit 0d3fbdf

Please sign in to comment.