From 95e4ede9a74ca9604fefb8ba3b74dad777d2ad08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:43:35 +0000 Subject: [PATCH] build(deps): 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7346fb..7ecf81d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,9 +433,9 @@ dependencies = [ [[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/Cargo.toml b/Cargo.toml index 25a1d04..6125461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ base64 = "0.22" camino = "1" clap = { version = "4" } crossterm = "0.29" -error-stack = "0.6" +error-stack = "0.7" hex = "0.4" protobuf = "3" protobuf-codegen = "3"