Skip to content

Conversation

@dependabot
Copy link

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

Updates the requirements on snafu to permit the latest version.

Changelog

Sourced from snafu's changelog.

0.8.9 - 2025-09-03

Fixed

  • Allow the unstable-provider-api feature to be used in a no_std environment, both with and without the alloc feature flag enabled.

0.8.8 - 2025-08-28

Fixed

  • Gate TryFuture::whatever_context, TryFuture::with_whatever_context, TryStream::whatever_context, and TryStream::with_whatever_context behind the alloc feature flag. This allows SNAFU's future and stream combinators to be used in a no_std environment.

  • Only implement GenerateImplicitData and AsBacktrace for Arc wrappers when the target platform has access to atomics and Arc.

0.8.7 - 2025-08-20

Added

  • GenerateImplicitData and AsBacktrace are now implemented for Box<T>, Rc<T>, and Arc<T> when T implements the same trait. This allows you to use types like Arc<Backtrace> as a backtrace field.

[0.8.6] - 2025-05-28

Added

  • A new alloc feature flag has been added as a subset of the existing std feature flag. This allows SNAFU to be used in environments that have access to an allocator but not the standard library.

  • Context selectors may now be explicitly named. This allows flexibility in edge cases, but also is understood by rust-analyzer to help with renaming context selectors.

Fixed

... (truncated)

Commits
  • fd06040 Release 0.8.9
  • e023db1 Update the changelog
  • b30c245 Merge pull request #516 from gifnksm/fix-515
  • 731441f Fix compile error with --no-default-features and --features unstable-provider...
  • f345783 Merge pull request #514 from gifnksm/fix-513
  • 96bcd84 Fix compile error with --no-default-features and --features unstable-provider...
  • 1d4f190 Release 0.8.8
  • 50bdc61 Update the changelog
  • d3a61a0 Merge pull request #512 from shepmaster/alloc-no-atomic
  • 719382b Only implement for Arc when the target platform has atomics
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [snafu](https://github.com/shepmaster/snafu) to permit the latest version.
- [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md)
- [Commits](shepmaster/snafu@0.7.0...0.8.9)

---
updated-dependencies:
- dependency-name: snafu
  dependency-version: 0.8.9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 24, 2025
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.

1 participant