Skip to content

Commit 823d2ca

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

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
@@ -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.100"
33+
anyhow = "1.0.101"
3434
git-testament = "0.2.6"
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
@@ -23,7 +23,7 @@ tokio = { version = "1.49.0", features = ["rt", "macros", "process"] }
2323
tokio-util.workspace = true
2424

2525
[dev-dependencies]
26-
anyhow = "1.0.100"
26+
anyhow = "1.0.101"
2727
tokio-stream = "0.1"
2828

2929
[lints]

0 commit comments

Comments
 (0)