From d990181492cc12b40b726d336c687df6dbfa0002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:16:30 +0000 Subject: [PATCH] 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-version: 0.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- server/index-node/Cargo.toml | 2 +- store/postgres/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 146608d..4faab4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -1409,18 +1409,18 @@ dependencies = [ [[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 3608357..241cd9b 100644 --- a/server/index-node/Cargo.toml +++ b/server/index-node/Cargo.toml @@ -17,4 +17,4 @@ graph-chain-substreams = { path = "../../chain/substreams" } graphql-parser = "0.4.0" http = "0.2" hyper = "0.14" -git-testament = "0.2.5" +git-testament = "0.2.6" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 9201425..a0cbf23 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -33,7 +33,7 @@ uuid = { version = "1.6.1", features = ["v4"] } stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" } diesel_derives = "1.4.1" anyhow = "1.0.75" -git-testament = "0.2.5" +git-testament = "0.2.6" itertools = "0.12.0" hex = "0.4.3" pretty_assertions = "1.4.0"