Skip to content

Commit 0d3fbdf

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump anyhow from 1.0.62 to 1.0.65
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] <support@github.com>
1 parent fa80762 commit 0d3fbdf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde = "1.0"
2828
uuid = { version = "1.1.2", features = ["v4"] }
2929
stable-hash_legacy = { version = "0.3.3", package = "stable-hash" }
3030
diesel_derives = "1.4.1"
31-
anyhow = "1.0.62"
31+
anyhow = "1.0.65"
3232
git-testament = "0.2.0"
3333
itertools = "0.10.3"
3434
pin-utils = "0.1"

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hex = "0.4.3"
2222

2323
[dev-dependencies]
2424
bollard = "0.10"
25-
anyhow = "1.0.62"
25+
anyhow = "1.0.65"
2626
lazy_static = "1.4.0"
2727
tokio-stream = "0.1"
2828
serde_yaml = "0.8"

0 commit comments

Comments
 (0)