⬆️ Bump error-stack from 0.4.1 to 0.5.0

Bumps [error-stack](https://github.com/hashintel/hash) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/hashintel/hash/releases)
- [Commits](https://github.com/hashintel/hash/compare/error-stack@0.4.1...error-stack@0.5.0)

---
updated-dependencies:
- dependency-name: error-stack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-15 09:19:48 +00:00 committed by GitHub
parent 2ca9990e54
commit 73fdd635cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -865,9 +865,9 @@ dependencies = [
[[package]]
name = "error-stack"
version = "0.4.1"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27a72baa257b5e0e2de241967bc5ee8f855d6072351042688621081d66b2a76b"
checksum = "fe413319145d1063f080f27556fd30b1d70b01e2ba10c2a6e40d4be982ffc5d1"
dependencies = [
"anyhow",
"rustc_version 0.4.0",

View file

@ -35,7 +35,7 @@ actix-cors = { version = "0.7.0", default-features = false }
fake-useragent = { version = "0.1.3", default-features = false }
env_logger = { version = "0.11.1", default-features = false }
log = { version = "0.4.21", default-features = false }
error-stack = { version = "0.4.0", default-features = false, features = [
error-stack = { version = "0.5.0", default-features = false, features = [
"std",
] }
async-trait = { version = "0.1.80", default-features = false }