Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump pretty_assertions from 1.4.0 to 1.4.1 (#589)
Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.4.0 to 1.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases">pretty_assertions's releases</a>.</em></p> <blockquote> <h2>v1.4.1</h2> <h2>Fixed</h2> <ul> <li>Show feature-flagged code in documentation. Thanks to <a href="https://github.com/sandydoo"><code>@sandydoo</code></a> for the fix! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130">#130</a>)</li> </ul> <h2>Internal</h2> <ul> <li>Bump <code>yansi</code> version to <code>1.x</code>. Thanks to <a href="https://github.com/SergioBenitez"><code>@SergioBenitez</code></a> for the update, and maintaining this library! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121">#121</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md">pretty_assertions's changelog</a>.</em></p> <blockquote> <h1>v1.4.1</h1> <h2>Fixed</h2> <ul> <li>Show feature-flagged code in documentation. Thanks to <a href="https://github.com/sandydoo"><code>@sandydoo</code></a> for the fix! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130">#130</a>)</li> </ul> <h2>Internal</h2> <ul> <li>Bump <code>yansi</code> version to <code>1.x</code>. Thanks to <a href="https://github.com/SergioBenitez"><code>@SergioBenitez</code></a> for the update, and maintaining this library! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121">#121</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/f5c5b24258739cf3918d4165a17b43c1cddadfc2"><code>f5c5b24</code></a> chore: prep 1.4.1 release</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/d34d5243e43cb7195fe0c679681f8d9c8be6f2fe"><code>d34d524</code></a> chore: display feature-flagged docs on docs.rs</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/fac427368f5b4a3649f08f7f51428d1238bdd182"><code>fac4273</code></a> Merge pull request <a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/issues/131">#131</a> from sandydoo/fix-yansi-deprecation</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/1e51cce1a96a2aece7cf2273612df3cd4744aad3"><code>1e51cce</code></a> chore: rename deprecated yansi methods</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/4a0e5a3e068cb7308413809fa60a8a5c0b741787"><code>4a0e5a3</code></a> Merge pull request <a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/issues/121">#121</a> from SergioBenitez/yansi-update</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/08838fe45ecc56b994a850d809907de81251754f"><code>08838fe</code></a> internal: bump MSRV to 1.63.0 for yansi</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/777387d221473b5b8c2989d0bb2d75a03eacd7d0"><code>777387d</code></a> ci: bump runner to windows-2022</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/35c08fe290b5aea35b30a49a75644e4b552dd3ee"><code>35c08fe</code></a> chore: update 'yansi' to 1.0.0-rc</li> <li>See full diff in <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pretty_assertions&package-manager=cargo&previous-version=1.4.0&new-version=1.4.1)](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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information