From 4e0c0d5c864f2b0bcf05b59cf9f01621a69bd43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 15:21:40 +0000 Subject: [PATCH] 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](https://github.com/kinnison/git-testament/compare/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] --- Cargo.lock | 8 ++++---- server/index-node/Cargo.toml | 2 +- store/postgres/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7ea378f9e3..c41511269c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1779,18 +1779,18 @@ checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" [[package]] name = "git-testament" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "710c78d2b68e46e62f5ba63ba0a7a2986640f37f9ecc07903b9ad4e7b2dbfc8e" +checksum = "5a74999c921479f919c87a9d2e6922a79a18683f18105344df8e067149232e51" dependencies = [ "git-testament-derive", ] [[package]] name = "git-testament-derive" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b31494efbbe1a6730f6943759c21b92c8dc431cb4df177e6f2a6429c3c96842" +checksum = "bbeac967e71eb3dc1656742fc7521ec7cd3b6b88738face65bf1fddf702bc4c0" dependencies = [ "log", "proc-macro2", diff --git a/server/index-node/Cargo.toml b/server/index-node/Cargo.toml index 72b7ff869f7..63c68a311a8 100644 --- a/server/index-node/Cargo.toml +++ b/server/index-node/Cargo.toml @@ -11,4 +11,4 @@ graph-chain-arweave = { path = "../../chain/arweave" } graph-chain-ethereum = { path = "../../chain/ethereum" } graph-chain-near = { path = "../../chain/near" } graph-chain-substreams = { path = "../../chain/substreams" } -git-testament = "0.2.5" +git-testament = "0.2.6" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 9a746646807..5b89da39a86 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -28,7 +28,7 @@ serde = { workspace = true } serde_json = { workspace = true } stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" } anyhow = "1.0.86" -git-testament = "0.2.5" +git-testament = "0.2.6" itertools = "0.13.0" hex = "0.4.3" pretty_assertions = "1.4.0"