From 2f7c825df9603e654b8608a4d1c1f312bd35cfa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 05:08:00 +0000 Subject: [PATCH] chore(deps): Update error-stack requirement from 0.2.1 to 0.3.1 Updates the requirements on [error-stack](https://github.com/hashintel/hash) to permit the latest version. - [Release notes](https://github.com/hashintel/hash/releases) - [Commits](https://github.com/hashintel/hash/compare/error-stack@0.2.1...error-stack@0.3.1) --- updated-dependencies: - dependency-name: error-stack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c26e3d1..82ec262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2021" itertools = "0.10.5" rayon = "1.5.3" sha3 = "0.10.5" -error-stack = "0.2.1" +error-stack = "0.3.1" regex = "1.6.0" log = "0.4.17" env_logger = "0.9.0"