Skip to content

Commit

Permalink
Bump error-stack from 0.3.1 to 0.4.1
Browse files Browse the repository at this point in the history
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/[email protected]@0.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 7441476 commit c7aeb9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit c7aeb9f

Please sign in to comment.