From 9a5feb40040b476594906a78eb732ca4af37ef57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 08:07:41 +0000 Subject: [PATCH] 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 | 6 +++--- store/postgres/Cargo.toml | 2 +- tests/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 146608d..a9e0e97 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" @@ -74,9 +74,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 = "arbitrary" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 9201425..174b7f0 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" hex = "0.4.3" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index e54b00f..7d1f78d 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -29,5 +29,5 @@ tokio = { version = "1.35.1", features = ["rt", "macros", "process"] } secp256k1 = { version = "0.21", features = ["recovery"] } [dev-dependencies] -anyhow = "1.0.75" +anyhow = "1.0.99" tokio-stream = "0.1"