Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps error-stack from 0.5.0 to 0.6.0.

Release notes

Sourced from error-stack's releases.

[email protected]

crates.io libs.rs rust-version documentation license

What changed

Features

  • Report has been split into Report<C> and Report<[C]> to distinguish between a group of related errors and a single error. These errors can still be nested. (#5047)
  • Introduce a new unstable flag, which is used to enable unstable features, these features are not covered by semver and may be modified or removed at any time. (#5181)
  • Reintroduce a new IntoReport trait, which is used to determine when a type can be converted to a Report. This allows the usage of errors more idiomatically in traits, such as type Error: IntoReport. (#6738)

Breaking Changes

  • Rename attach[_lazy] to attach_opaque[_with] and attach_printable[_lazy] to attach[_with]. (#7753)
  • Set the MSRV to 1.83 (#5333)
  • Extend is no longer implemented by Report<C>, instead it is implemented on Report<[C]>, either use From or Report::expand to convert between Report<C> into Report<[C]>. (#5047)
  • extend_one has been renamed to push and is only implemented on Report<[C]>. (#5047)
  • bail!(report,) has been removed, one must now use bail!(report). This is in preparation for the unstable bail! macro that allows to construct Report<[C]>. (#5047)

Deprecations

  • Context: Use core::error::Error instead (#5533)
  • Result<T, C>: Use core::result::Result<T, Report<C>> instead (#5533)
  • report!, use IntoReport::into_report instead. (#6738)

Full Changelog: https://github.com/hashintel/hash/compare/[email protected]@0.6.0

Commits
  • 25b8d30 ES-16: Publish error-stack 0.6.0 (#7762)
  • 54feaad H-4984: HashQL: Ensure J-Expr consistency with dissertation (#7760)
  • 441fd9c ES-2: Replace attach -> attach_opaque and attach_printable -> attach ...
  • 3192dfe H-5220: Add background services to benchmark CI workflow (#7740)
  • db19554 Update Rust toolchains to nightly-2025-08-25 (#7707)
  • e00668f H-5213: Add EntityType generation with PropertyType dependencies (#7737)
  • 3aee1f2 H-5233: Fix wrong turbo configuration in postgres store (#7743)
  • 89f06b0 H-5198: Implement PropertyType generation and persistence MVP with known li...
  • de1d097 H-5191: Add multi-stage scenario runner for deterministic test data generatio...
  • 3e06dd2 H-5190: Implement dependencies between different seeding producers (#7733)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.5.0 to 0.6.0.
- [Release notes](https://github.com/hashintel/hash/releases)
- [Commits](https://github.com/hashintel/hash/compare/[email protected]@0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 20, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 20, 2025 04:12
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it only includes patch or minor updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants