Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps snafu from 0.6.10 to 0.7.2.

Changelog

Sourced from snafu's changelog.

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

  • The macro ensure_whatever provides the functionality of the ensure macro for stringly-typed errors.

Changed

  • No longer require the futures feature flag to support the shim implementations of standard library errors that have existed since Rust 1.34.

  • Documentation improved to demonstrate that custom Whatever errors

... (truncated)

Commits
  • 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
  • e2b29c3 Merge pull request #355 from shepmaster/report
  • acac2d5 Add Report for user-friendly error output
  • c4010db Merge pull request #359 from shepmaster/std-backtrace-no-crate
  • 8e21b39 Merge pull request #358 from shepmaster/chain-clone
  • 9102578 Do not require the backtrace crate when using backtraces-impl-std
  • 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 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)

Bumps [snafu](https://github.com/shepmaster/snafu) from 0.6.10 to 0.7.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2022
@codecov
Copy link

codecov bot commented Oct 10, 2022

Codecov Report

Base: 41.19% // Head: 41.19% // No change to project coverage 👍

Coverage data is based on head (31f4fd7) compared to base (ecd5a92).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #125   +/-   ##
=======================================
  Coverage   41.19%   41.19%           
=======================================
  Files          13       13           
  Lines        2986     2986           
=======================================
  Hits         1230     1230           
  Misses       1756     1756           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2022

Superseded by #127.

@dependabot dependabot bot closed this Oct 21, 2022
@dependabot dependabot bot deleted the dependabot/cargo/snafu-0.7.2 branch October 21, 2022 10:18
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.

1 participant