Skip to content

Commit 29f8a15

Browse files
build(deps): bump anyhow from 1.0.71 to 1.0.72 (#4765)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.71 to 1.0.72. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.71...1.0.72) --- 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>
1 parent 1863837 commit 29f8a15

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
@@ -32,7 +32,7 @@ serde = "1.0"
3232
uuid = { version = "1.3.4", features = ["v4"] }
3333
stable-hash_legacy = { version = "0.3.3", package = "stable-hash" }
3434
diesel_derives = "1.4.1"
35-
anyhow = "1.0.71"
35+
anyhow = "1.0.72"
3636
git-testament = "0.2.4"
3737
itertools = "0.11.0"
3838
pin-utils = "0.1"

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { version = "1.29.1", features = ["rt", "macros", "process"] }
2626
uuid = { version = "1.3.4", features = ["v4"] }
2727

2828
[dev-dependencies]
29-
anyhow = "1.0.71"
29+
anyhow = "1.0.72"
3030
bollard = "0.10"
3131
lazy_static = "1.4.0"
3232
tokio-stream = "0.1"

0 commit comments

Comments
 (0)