From 148ec80f295ae08feab3d11f44c20f397274cdff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:45:21 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.75 to 1.0.99 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.99. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...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 18cd2afe5..43bbdffaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "arc-swap" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 0c901abe1..0b6e3691e 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -32,7 +32,7 @@ serde = "1.0" 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" +anyhow = "1.0.99" git-testament = "0.2.5" itertools = "0.12.0" pin-utils = "0.1" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 856c739e8..f168381f0 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -30,5 +30,5 @@ secp256k1 = { version = "0.21", features = ["recovery"] } termcolor = "1.4.0" [dev-dependencies] -anyhow = "1.0.75" +anyhow = "1.0.99" tokio-stream = "0.1"