Skip to content

Commit 87933b2

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

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
@@ -27,7 +27,7 @@ rand = "0.8.4"
2727
serde = { workspace = true }
2828
serde_json = { workspace = true }
2929
stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" }
30-
anyhow = "1.0.86"
30+
anyhow = "1.0.98"
3131
git-testament = "0.2.6"
3232
itertools = "0.13.0"
3333
hex = "0.4.3"

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ tokio = { version = "1.44.2", features = ["rt", "macros", "process"] }
2626
secp256k1 = { version = "0.21", features = ["recovery"] }
2727

2828
[dev-dependencies]
29-
anyhow = "1.0.86"
29+
anyhow = "1.0.98"
3030
tokio-stream = "0.1"

0 commit comments

Comments
 (0)