Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update snafu requirement from 0.6.10 to 0.7.3 #26

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 21, 2022

Updates the requirements on snafu to permit the latest version.

Changelog

Sourced from snafu's changelog.

0.7.3 - 2022-10-20

Fixed

  • The macro no longer generates invalid code when implicitly-generated types (such as backtraces) were used in conjunction with #[snafu(source(from))] and the type before transformation does not implement std::error::Error.

0.7.2 - 2022-10-09

Added

  • Report can be returned from main or test functions to provide a user-friendly display of errors.

  • A cheat sheet for the most common #[snafu(...)] attribute usages has been added to the Snafu macro's documentation.

  • Optional support for using the standard library's std::backtrace::Backtrace type via the backtraces-impl-std feature flag.

  • Optional support for implementing the Provider API using the std::error::Error::provide method via the unstable-provider-api feature flag.

  • Optional support for implementing the core::error::Error trait instead of std::error::Error via the unstable-core-error feature flag.

  • GenerateImplicitData has a new method generate_with_source.

Changed

  • ErrorCompat::iter_chain and ChainCompat are now available in no_std environments.

  • ChainCompat now implements Clone.

  • The Debug implementation for Location no longer shows some irrelevant internal details.

[0.7.1] - 2022-05-02

Added

... (truncated)

Commits
  • 35dcf44 Release 0.7.3
  • e3bc93c Update the changelog
  • e80bd8c Merge pull request #366 from shepmaster/generate-implicit-with-transformed-so...
  • 4c433c8 Uniformly use the transformed error source in the error constructor
  • f6a3368 Clarify we are using the source type as part of the transformation
  • 83fc90c Release 0.7.2
  • 01bb60d Update the changelog
  • e647ea8 Merge pull request #361 from shepmaster/implicit-data-with-source
  • 791b50a Don't create Option\<Backtrace> when the source error provides a Backtrace
  • 0ce4e1a Add GenerateImplicitData::generate_with_source
  • Additional commits viewable in compare view

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 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 20, 2022

Superseded by #30.

@dependabot dependabot bot closed this Dec 20, 2022
@dependabot dependabot bot deleted the dependabot/cargo/snafu-0.7.3 branch December 20, 2022 13:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants