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

Update snafu requirement from 0.7.5 to 0.8.0 #154

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Updates the requirements on snafu to permit the latest version.

Changelog

Sourced from snafu's changelog.

0.7.5 - 2023-07-09

Added

  • The CleanedErrorText iterator can be used to remove redundant parts from the messages that many errors duplicate from their underlying sources. This is the same behavior as Report, but can be used in contexts other than console output, such as when reporting an error in structured output like HTML or JSON.

Fixed

  • The documentation for the compatability feature flags now mentions rust_1_39 and shows the correct default state of rust_1_61.

0.7.4 - 2022-12-19

Changed

  • Report and the [report] macro now remove redundant parts from the messages that many errors duplicate from their underlying sources.

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

... (truncated)

Commits

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

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.5...0.7.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Kind: dependencies Pull requests that update a dependency file label Jan 1, 2024
Copy link

codecov bot commented Jan 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (030d470) 77.14% compared to head (e855501) 77.14%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #154   +/-   ##
=======================================
  Coverage   77.14%   77.14%           
=======================================
  Files          67       67           
  Lines        7815     7815           
=======================================
  Hits         6029     6029           
  Misses       1786     1786           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ChristopherRabotin ChristopherRabotin merged commit e2daa83 into master Jan 1, 2024
21 of 22 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/snafu-0.8.0 branch January 1, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant