Skip to content

Commit 8338631

Browse files
build(deps): bump git-testament from 0.2.5 to 0.2.6
Bumps [git-testament](https://github.com/kinnison/git-testament) from 0.2.5 to 0.2.6. - [Commits](kinnison/git-testament@0.2.5...0.2.6) --- updated-dependencies: - dependency-name: git-testament dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b7498b commit 8338631

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/index-node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ graph-chain-arweave = { path = "../../chain/arweave" }
1111
graph-chain-ethereum = { path = "../../chain/ethereum" }
1212
graph-chain-near = { path = "../../chain/near" }
1313
graph-chain-substreams = { path = "../../chain/substreams" }
14-
git-testament = "0.2.5"
14+
git-testament = "0.2.6"

store/postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde = { workspace = true }
2828
serde_json = { workspace = true }
2929
stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" }
3030
anyhow = "1.0.86"
31-
git-testament = "0.2.5"
31+
git-testament = "0.2.6"
3232
itertools = "0.13.0"
3333
hex = "0.4.3"
3434
pretty_assertions = "1.4.0"

0 commit comments

Comments
 (0)