Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

Bumps snafu from 0.8.7 to 0.8.9.

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.

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

Dependabot compatibility score

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.

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

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

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 Sep 4, 2025
@dkim
Copy link
Owner

dkim commented Oct 25, 2025

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 25, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot merged commit 2c49e6c into main Oct 25, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/snafu-0.8.9 branch October 25, 2025 09:46
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