Skip to content

build(deps): Bump snafu from 0.8.9 to 0.9.0#443

Merged
Lencerf merged 1 commit intomainfrom
dependabot/cargo/snafu-0.9.0
Apr 1, 2026
Merged

build(deps): Bump snafu from 0.8.9 to 0.9.0#443
Lencerf merged 1 commit intomainfrom
dependabot/cargo/snafu-0.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps snafu from 0.8.9 to 0.9.0.

Changelog

Sourced from snafu's changelog.

[0.9.0] - 2026-03-02

Added

  • WhateverLocal is an alternate to Whatever that does not implement or require Send or Sync.

  • Errors that do not use context selectors (e.g. opaque errors, #[snafu(context(false))] errors, or #[snafu(transparent)] errors) may now be constructed using a generic value when they are annotated with the #[snafu(source(from(generic)))] attribute.

  • When using the unstable-provider-api feature flag, Report will check if each error provides a Location. When it does, the Location will be appended to the error message.

Fixed

  • Opaque errors which use const generics with default values are now supported.

Changed

  • Rust 1.65 is now the minimum supported Rust version. This is a breaking change.

  • Rust 1.81 is now the default supported Rust version. This is a breaking change.

  • Whatever implements Send and Sync, allowing it to be sent between threads. This requires that wrapped errors also implement Send and Sync. This is a breaking change.

  • snafu::Location has been replaced with a type alias to the standard library's Location (specifically a reference to that type: &'static core::panic::Location<'static>). This improves interoperability and access to features. This is a breaking change.

  • Opaque errors default to allowing construction from any value that implements Into for the wrapped type. The previous behavior can be restored with #[snafu(source(from(exact)))]. This is a breaking change.

  • The internal implementation of #[snafu] attribute parsing has been rewritten. This should largely be unnoticeable, but some error messages and spans have been improved, and memory usage may be slightly reduced.

Removed

... (truncated)

Commits
  • 978f2cc Release 0.9.0
  • 9d45084 Merge pull request #552 from shepmaster/changelog
  • 7007572 Update the changelog and upgrading guide in preparation for 0.9
  • b02a904 Merge pull request #551 from shepmaster/reword-location-gotcha
  • b5f3f7f Gate future combinator doctests with internal-dev-dependencies
  • 409b798 Add assertions to Location's async doctests
  • c0e8e2f Clarify what we meant by "inaccurate" and be less negative
  • 4c4163b Merge pull request #549 from shepmaster/location-in-report
  • e06a103 Include Location in Report
  • 53ab073 Implement the fallback Error for references
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 1, 2026
@coveralls
Copy link
Copy Markdown

coveralls commented Apr 1, 2026

Pull Request Test Coverage Report for Build 23860133946

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 28.632%

Totals Coverage Status
Change from base Build 23860098544: 0.0%
Covered Lines: 4145
Relevant Lines: 14869

💛 - Coveralls

Bumps [snafu](https://github.com/shepmaster/snafu) from 0.8.9 to 0.9.0.
- [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md)
- [Commits](shepmaster/snafu@0.8.9...0.9.0)

---
updated-dependencies:
- dependency-name: snafu
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/snafu-0.9.0 branch from bc1ed07 to 761c0e5 Compare April 1, 2026 16:48
@Lencerf Lencerf merged commit 5bcda58 into main Apr 1, 2026
5 checks passed
@Lencerf Lencerf deleted the dependabot/cargo/snafu-0.9.0 branch April 1, 2026 16:52
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.

2 participants