Skip to content

Commit c9ae00d

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump anyhow from 1.0.101 to 1.0.102
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 807418f commit c9ae00d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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
@@ -30,7 +30,7 @@ serde_json = { workspace = true }
3030
stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" }
3131
tokio = { workspace = true }
3232
tokio-stream = { workspace = true }
33-
anyhow = "1.0.101"
33+
anyhow = "1.0.102"
3434
git-testament = { workspace = true }
3535
itertools = "0.14.0"
3636
hex = "0.4.3"

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tokio = { version = "1.49.0", features = ["rt", "macros", "process"] }
2525
tokio-util.workspace = true
2626

2727
[dev-dependencies]
28-
anyhow = "1.0.101"
28+
anyhow = "1.0.102"
2929
tokio-stream = "0.1"
3030

3131
[lints]

0 commit comments

Comments
 (0)