Skip to content

Bump error-stack from 0.7.1 to 0.8.0#58

Merged
luisfi-dev merged 1 commit into
masterfrom
dependabot/cargo/error-stack-0.8.0
Jul 3, 2026
Merged

Bump error-stack from 0.7.1 to 0.8.0#58
luisfi-dev merged 1 commit into
masterfrom
dependabot/cargo/error-stack-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps error-stack from 0.7.1 to 0.8.0.

Release notes

Sourced from error-stack's releases.

error-stack@0.8.0

crates.io libs.rs rust-version documentation license

What changed

Breaking Changes

  • Fix a soundness hole in Report::frames_mut: the returned iterator handed out &mut Frames with independent lifetimes, so a frame and one of its sources (via Frame::sources_mut) could be borrowed mutably at the same time — undefined behavior triggerable from safe code, up to segfaults. frames_mut now takes a visitor closure (FnMut(&mut Frame) -> ControlFlow<()>) instead of returning an iterator, and the FramesMut type has been removed. Report::downcast_mut is unaffected. (#8946)
Commits
  • 7ce07e4 BE-633: Fix aliased mutable references in Report::frames_mut (#8946)
  • 73c646e Update npm package @opentelemetry/core to v2.8.0 [SECURITY] (#8874)
  • 7de9730 Bump echarts from 5.6.0 to 6.1.0 (#8932)
  • a07be79 FE-680: Add textarea to ds (#8929)
  • a9dbd07 FE-1126: Adjust title wrapping in larger dialogs (#8930)
  • 98dd31f BE-587, BE-588: HashQL: Introduce CodeGenerationContext/`CodeExecutionConte...
  • aaaddd6 FE-1106: Add CheckboxGroup + RadioGroup to DS (#8923)
  • 62f4e31 FE-522: Add subnets to Petrinaut (#8662)
  • d77f370 FE-1103: Add radio component to DS (#8922)
  • 7f74e1c BE-581, BE-589: HashQL: Introduce pass::lower/pass::place pipeline facade...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the 📦 Dependencies PRs that update production dependencies label Jul 3, 2026
@luisfi-dev luisfi-dev merged commit 129f6d9 into master Jul 3, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/cargo/error-stack-0.8.0 branch July 3, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 Dependencies PRs that update production dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant