Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85c61b6

Browse files
build(deps): bump anyhow from 1.0.66 to 1.0.68 (#4257)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.66 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.66...1.0.68) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f65aa08 commit 85c61b6

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.66"
31+
anyhow = "1.0.68"
3232
git-testament = "0.2.0"
3333
itertools = "0.10.5"
3434
pin-utils = "0.1"

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde = "1.0"
2727

2828
[dev-dependencies]
2929
bollard = "0.10"
30-
anyhow = "1.0.66"
30+
anyhow = "1.0.68"
3131
lazy_static = "1.4.0"
3232
tokio-stream = "0.1"
3333
serde_yaml = "0.8"

0 commit comments

Comments
 (0)