From c7aeb9f2e5b5f38213e9a44a17d1a93e7142d44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 18:57:04 +0000 Subject: [PATCH] Bump error-stack from 0.3.1 to 0.4.1 Bumps [error-stack](https://github.com/hashintel/hash) from 0.3.1 to 0.4.1. - [Release notes](https://github.com/hashintel/hash/releases) - [Commits](https://github.com/hashintel/hash/compare/error-stack@0.3.1...error-stack@0.4.1) --- updated-dependencies: - dependency-name: error-stack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b10b4af5..161de97a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,9 +140,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.70" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "async-trait" @@ -980,9 +980,9 @@ dependencies = [ [[package]] name = "error-stack" -version = "0.3.1" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f00447f331c7f726db5b8532ebc9163519eed03c6d7c8b73c90b3ff5646ac85" +checksum = "27a72baa257b5e0e2de241967bc5ee8f855d6072351042688621081d66b2a76b" dependencies = [ "anyhow", "rustc_version", diff --git a/Cargo.toml b/Cargo.toml index 7d757d2e..d62486e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ delegate = "0.10.0" derive-new = "0.5.9" derive_more = "0.99.17" dirs = "5.0.1" -error-stack = { version = "0.3.1", features = ["spantrace", "hooks"] } +error-stack = { version = "0.4.1", features = ["spantrace", "hooks"] } futures = "0.3.28" getset = "0.1.2" humantime = "2.1.0" @@ -84,7 +84,7 @@ name = "allocations" harness = false [build-dependencies] -error-stack = { version = "0.3.1", features = ["hooks"] } +error-stack = { version = "0.4.1", features = ["hooks"] } thiserror = "1.0.40" [profile.dev.package.insta]