From adb59be0ea4fcaa91f53fb3a0ce0aa904ed0f592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:34:36 +0000 Subject: [PATCH] Bump error-stack from 0.6.0 to 0.7.0 Bumps [error-stack](https://github.com/hashintel/hash) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/hashintel/hash/releases) - [Commits](https://github.com/hashintel/hash/compare/error-stack@0.6.0...error-stack@0.7.0) --- updated-dependencies: - dependency-name: error-stack dependency-version: 0.7.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 b06e15d..47e849d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "error-stack" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b878b3fac9613c3c7f22eb70bc8a3c6ebdc03cc11479ee60fde1692d747fd45f" +checksum = "99a1a66f27cc1b82d6b8c2d24b3b1e90e6e67004a448081bbe58bd537f72a7c8" dependencies = [ "anyhow", "rustc_version", diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 8949672..ef741db 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -21,7 +21,7 @@ regex = "1.12.3" syn = { version = "2.0.117", features = [] } [dev-dependencies] -error-stack = "0.6.0" +error-stack = "0.7.0" [lints.rust] ambiguous_glob_reexports = "deny" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 030df07..fac7f48 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.92.0" publish = false [dependencies] -error-stack = "0.6.0" +error-stack = "0.7.0" error-stack-macros2 = { path = "../impl" } [lints.rust]