From 9fe90f6ed0ef8280029a986c8755df6d86ee0a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 20:33:08 +0000 Subject: [PATCH] Bump error-stack from 0.7.1 to 0.8.0 Bumps [error-stack](https://github.com/hashintel/hash) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/hashintel/hash/releases) - [Commits](https://github.com/hashintel/hash/compare/error-stack@0.7.1...error-stack@0.8.0) --- updated-dependencies: - dependency-name: error-stack dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- impl/Cargo.toml | 2 +- tests/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index feb402c..e205a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "error-stack" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c179ac93a7a9670668c9c1558269344d224aecf2fb089bf0e215e8adf1c73643" +checksum = "d01a8d4d427153bae0c38ca68d7912cbf9903fdcc97ecac18801738b3656a46d" dependencies = [ "anyhow", "rustc_version", diff --git a/impl/Cargo.toml b/impl/Cargo.toml index bf3dda0..d58644f 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -21,7 +21,7 @@ regex = "1.12.4" syn = { version = "2.0.117", features = [] } [dev-dependencies] -error-stack = "0.7.1" +error-stack = "0.8.0" [lints.rust] ambiguous_glob_reexports = "deny" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 0744240..15cfff2 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.92.0" publish = false [dependencies] -error-stack = "0.7.1" +error-stack = "0.8.0" error-stack-macros2 = { path = "../impl" } [lints.rust]