Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump snafu from 0.7.4 to 0.7.5 (vectordotdev#17919)
Bumps [snafu](https://github.com/shepmaster/snafu) from 0.7.4 to 0.7.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md">snafu's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/shepmaster/snafu/releases/tag/0.7.5">0.7.5</a> - 2023-07-09</h2> <h3>Added</h3> <ul> <li>The <code>CleanedErrorText</code> 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 <code>Report</code>, but can be used in contexts other than console output, such as when reporting an error in structured output like HTML or JSON.</li> </ul> <h3>Fixed</h3> <ul> <li>The documentation for the compatability feature flags now mentions <code>rust_1_39</code> and shows the correct default state of <code>rust_1_61</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shepmaster/snafu/commit/d833d11f7a1c888a9e58745106035b58333fcd2f"><code>d833d11</code></a> Release 0.7.5</li> <li><a href="https://github.com/shepmaster/snafu/commit/742a212cd335e4f9527d4025cc7ba6979273f5e9"><code>742a212</code></a> Update the changelog</li> <li><a href="https://github.com/shepmaster/snafu/commit/e04a77c149e8deacf83c00704abee66d50fd46c2"><code>e04a77c</code></a> Merge pull request <a href="https://redirect.github.com/shepmaster/snafu/issues/386">#386</a> from shepmaster/compat-docs</li> <li><a href="https://github.com/shepmaster/snafu/commit/ecd6c82d49f957a4a548d9a343302c4a01083027"><code>ecd6c82</code></a> Merge pull request <a href="https://redirect.github.com/shepmaster/snafu/issues/383">#383</a> from shepmaster/cleaned-error-text</li> <li><a href="https://github.com/shepmaster/snafu/commit/f00b5c0476222517b71cc3054ea8cbd6084a3538"><code>f00b5c0</code></a> Correct documented default state for the <code>rust_1_61</code> feature flag</li> <li><a href="https://github.com/shepmaster/snafu/commit/93f55e2d1c0908d0ff5df5a08d9f77d64d0c104d"><code>93f55e2</code></a> Document the <code>rust_1_39</code> feature flag</li> <li><a href="https://github.com/shepmaster/snafu/commit/e4e57eacec684c99738230a2b95b6b98c39a0816"><code>e4e57ea</code></a> Extract an iterator that cleans redundant nested error text</li> <li><a href="https://github.com/shepmaster/snafu/commit/d993c94e999f7c1201b11e750b803a30b7588cc3"><code>d993c94</code></a> Merge pull request <a href="https://redirect.github.com/shepmaster/snafu/issues/385">#385</a> from Enet4/fix/update-compile_error-messages</li> <li><a href="https://github.com/shepmaster/snafu/commit/2bf38fb974dde31d2fb47232adc212f70f9b44a0"><code>2bf38fb</code></a> Update compile_error test snapshots</li> <li>See full diff in <a href="https://github.com/shepmaster/snafu/compare/0.7.4...0.7.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=snafu&package-manager=cargo&previous-version=0.7.4&new-version=0.7.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information