From 7a0e8ce88d9a552eec369b7d3177927f1fae520c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 06:20:54 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.75 to 1.0.98 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.98. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.98) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 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..2318547bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "arc-swap" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 0c901abe1..3367f04b1 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.98" 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..1b282c0da 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.98" tokio-stream = "0.1"