scrtlabs / SecretNetwork

𝕊 The Secret Network
https://scrt.network
Other
525 stars 191 forks source link

Bump snafu from 0.6.10 to 0.7.5 in /cosmwasm #1478

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps snafu from 0.6.10 to 0.7.5.

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
  • d833d11 Release 0.7.5
  • 742a212 Update the changelog
  • e04a77c Merge pull request #386 from shepmaster/compat-docs
  • ecd6c82 Merge pull request #383 from shepmaster/cleaned-error-text
  • f00b5c0 Correct documented default state for the rust_1_61 feature flag
  • 93f55e2 Document the rust_1_39 feature flag
  • e4e57ea Extract an iterator that cleans redundant nested error text
  • d993c94 Merge pull request #385 from Enet4/fix/update-compile_error-messages
  • 2bf38fb Update compile_error test snapshots
  • 00bba4b Release 0.7.4
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.