From 1aa1abad39d775426f05ad85efa6596530cbf78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 00:57:07 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.98 to 1.0.99 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.98...1.0.99) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- store/postgres/Cargo.toml | 2 +- tests/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85f5b688107..42b6a4ea96e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "arbitrary" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 953908e7e40..12502c2cb42 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -27,7 +27,7 @@ rand.workspace = true 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.98" +anyhow = "1.0.99" git-testament = "0.2.6" itertools = "0.14.0" hex = "0.4.3" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index cca7d4422a5..5fbf1a977c1 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -26,5 +26,5 @@ tokio = { version = "1.45.1", features = ["rt", "macros", "process"] } secp256k1 = { version = "0.21", features = ["recovery"] } [dev-dependencies] -anyhow = "1.0.98" +anyhow = "1.0.99" tokio-stream = "0.1"