Skip to content

build(deps): bump snafu from 0.8.9 to 0.9.2 - #72

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/snafu-0.9.2
Open

build(deps): bump snafu from 0.8.9 to 0.9.2#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/snafu-0.9.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown

Bumps snafu from 0.8.9 to 0.9.2.

Changelog

Sourced from snafu's changelog.

0.9.2 - 2026-07-21

Fixed

  • The whatever macro no longer triggers the semicolon_in_expressions_from_macros lint.

0.9.1 - 2026-05-29

Fixed

  • Error types that use Self in fields or trait bounds are now supported.

[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.

... (truncated)

Commits
  • d6b22be Release 0.9.2
  • fd520a8 Update the changelog
  • db84e7e Merge pull request #560 from shepmaster/whatever-semicolon-expression
  • 86c5365 Do not trigger the semicolon_in_expressions_from_macros lint
  • 4fb4b5f Merge pull request #562 from shepmaster/v0-mangling
  • 666dbed Update backtrace test for symbol mangling v0
  • e9ef616 Merge pull request #561 from shepmaster/migrate-from-cirrus
  • dac8b7a Migrate from CirrusCI to GitHub Actions
  • ff50133 Release 0.9.1
  • c425b0a Update the changelog
  • 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 Aug 21, 2026
@greptile-apps

greptile-apps Bot commented Aug 21, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

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

---
updated-dependencies:
- dependency-name: snafu
  dependency-version: 0.9.2
  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.2 branch from ad4eb7d to e36554a Compare August 25, 2026 00:03
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