Update pretty requirement from ~0.10 to ~0.11 #315

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/pretty-approx-0.11 into master
dependabot[bot] commented 2022-05-04 18:46:57 +00:00 (Migrated from github.com)

Updates the requirements on pretty to permit the latest version.

Changelog

Sourced from pretty's changelog.

v0.11.3 (2022-04-21)

v0.11.2 (2021-12-15)

Features

  • Implement Add/AddAssign on DocBuilder (45e085a4)

v0.11.1 (2021-12-10)

Bug Fixes

  • Allow &String in the docs! macro again (e02bdc8f)

v0.11.0 (2021-12-10)

Features

  • Use display width during rendering (b88f123a, closes #67)
  • Introduce the Pretty trait (84a41d3d)
  • Implement Deref for DocBuilder (97602f36)
  • Implement Debug on DocBuilder (05bc8b76)
  • Debug print Line documents (063052d5)
  • Debug print sotfline_ docs in a shortform (b64b8b37)
  • Debug print sotfline docs in a shortform (86915fea)

Performance

  • convert empty text to Nil docs (91931342)
  • No need to group on individual text components (9a67247b)

v0.7.0 (2019-12-01)

... (truncated)

Commits
  • 19eba31 (cargo-release) version 0.11.3
  • b9f487a Update changelog
  • 5e965ce Merge pull request #69 from vipentti/fix/negative-indent
  • 9a18a66 Merge pull request #70 from Marwes/remove_travis
  • fb65cdb chore: Replace travis CI with github actions
  • b99b84e Create rust.yml
  • 16f6a8c Fix negative nest offset not saturating correctly
  • cefecd9 (cargo-release) version 0.11.2
  • ef8d298 Update changelog
  • 45e085a feat: Implement Add/AddAssign on DocBuilder
  • Additional commits viewable in compare view

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)
Updates the requirements on [pretty](https://github.com/Marwes/pretty.rs) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Marwes/pretty.rs/blob/master/CHANGELOG.md">pretty's changelog</a>.</em></p> <blockquote> <h3>v0.11.3 (2022-04-21)</h3> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h3>v0.11.2 (2021-12-15)</h3> <h4>Features</h4> <ul> <li>Implement Add/AddAssign on DocBuilder (<a href="https://github.com/Marwes/pretty.rs/commit/45e085a4bd5737c66be8654ab30dae2fd6aa5a08">45e085a4</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h3>v0.11.1 (2021-12-10)</h3> <h4>Bug Fixes</h4> <ul> <li>Allow &amp;String in the docs! macro again (<a href="https://github.com/Marwes/pretty.rs/commit/e02bdc8f24f251a496529fc79fcb243da816ddee">e02bdc8f</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>v0.11.0 (2021-12-10)</h2> <h4>Features</h4> <ul> <li>Use display width during rendering (<a href="https://github.com/Marwes/pretty.rs/commit/b88f123a3dba6f2f269d4c9f38961765238983a8">b88f123a</a>, closes <a href="https://github-redirect.dependabot.com/Marwes/pretty.rs/issues/67">#67</a>)</li> <li>Introduce the Pretty trait (<a href="https://github.com/Marwes/pretty.rs/commit/84a41d3daf2adfb6d3d8aa5806e12ff26bd4e3b7">84a41d3d</a>)</li> <li>Implement Deref for DocBuilder (<a href="https://github.com/Marwes/pretty.rs/commit/97602f36aff8c0a3a5895a9d6348fea424a5fb2c">97602f36</a>)</li> <li>Implement Debug on DocBuilder (<a href="https://github.com/Marwes/pretty.rs/commit/05bc8b76e05fc8dd0fbd425987c5597dab8a860c">05bc8b76</a>)</li> <li>Debug print Line documents (<a href="https://github.com/Marwes/pretty.rs/commit/063052d5ac4ef484ab3988547fa373824ed975fd">063052d5</a>)</li> <li>Debug print sotfline_ docs in a shortform (<a href="https://github.com/Marwes/pretty.rs/commit/b64b8b37f5cb23830ce37ce0ee475af5a28998ed">b64b8b37</a>)</li> <li>Debug print sotfline docs in a shortform (<a href="https://github.com/Marwes/pretty.rs/commit/86915fea79ddcb02f1cc32f6f23229a3dbd9fee5">86915fea</a>)</li> </ul> <h4>Performance</h4> <ul> <li>convert empty text to Nil docs (<a href="https://github.com/Marwes/pretty.rs/commit/91931342315c0500f93cfbf3f4f97f774d2192ae">91931342</a>)</li> <li>No need to group on individual text components (<a href="https://github.com/Marwes/pretty.rs/commit/9a67247b725380607d315e8117cf757eca5f0b82">9a67247b</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>v0.7.0 (2019-12-01)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Marwes/pretty.rs/commit/19eba313e32854685a93bbe039d5d625ef66ecf3"><code>19eba31</code></a> (cargo-release) version 0.11.3</li> <li><a href="https://github.com/Marwes/pretty.rs/commit/b9f487a01081758d6cdb668f03ff909bf180670d"><code>b9f487a</code></a> Update changelog</li> <li><a href="https://github.com/Marwes/pretty.rs/commit/5e965ce7bcbea7f55abbec9a2c902954f8736e86"><code>5e965ce</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/pretty.rs/issues/69">#69</a> from vipentti/fix/negative-indent</li> <li><a href="https://github.com/Marwes/pretty.rs/commit/9a18a66d410687492b35a36ecca34a983fddd505"><code>9a18a66</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/pretty.rs/issues/70">#70</a> from Marwes/remove_travis</li> <li><a href="https://github.com/Marwes/pretty.rs/commit/fb65cdb84e40b82e2538cd0bedea4fb8c755e964"><code>fb65cdb</code></a> chore: Replace travis CI with github actions</li> <li><a href="https://github.com/Marwes/pretty.rs/commit/b99b84ef8e0cbf177adc20dcae4370103843b0ed"><code>b99b84e</code></a> Create rust.yml</li> <li><a href="https://github.com/Marwes/pretty.rs/commit/16f6a8cedc532f8f5152e12e9c2aa03f950dfd6e"><code>16f6a8c</code></a> Fix negative nest offset not saturating correctly</li> <li><a href="https://github.com/Marwes/pretty.rs/commit/cefecd942864f6bc139d6d993ae29298930c837f"><code>cefecd9</code></a> (cargo-release) version 0.11.2</li> <li><a href="https://github.com/Marwes/pretty.rs/commit/ef8d298ad8af47b5238ada1cded9bab3cdf9fb64"><code>ef8d298</code></a> Update changelog</li> <li><a href="https://github.com/Marwes/pretty.rs/commit/45e085a4bd5737c66be8654ab30dae2fd6aa5a08"><code>45e085a</code></a> feat: Implement Add/AddAssign on DocBuilder</li> <li>Additional commits viewable in <a href="https://github.com/Marwes/pretty.rs/compare/v0.10.0...v0.11.3">compare view</a></li> </ul> </details> <br /> 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>
dependabot[bot] commented 2023-03-31 10:02:11 +00:00 (Migrated from github.com)

Superseded by #322.

Superseded by #322.

Pull request closed

Sign in to join this conversation.
No description provided.