Skip to content

Commit 8425e5f

Browse files
authored
Auto merge of servo#28780 - servo:dependabot/cargo/paste-0.1.18, r=jdm
Bump paste from 0.1.6 to 0.1.18 Bumps [paste](https://github.com/dtolnay/paste) from 0.1.6 to 0.1.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/paste/releases">paste's releases</a>.</em></p> <blockquote> <h2>0.1.18</h2> <ul> <li>Fix handling of macro_rules metavariable as the last token of a group (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/38">#38</a>)</li> </ul> <h2>0.1.17</h2> <ul> <li>Improve compile time by reducing dependencies</li> <li>Improve error reporting on unexpected syntax inside of <code>[&lt;</code>...<code>&gt;]</code></li> </ul> <h2>0.1.16</h2> <ul> <li>Restore ability to build tests on non-x86 (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/35">#35</a>)</li> </ul> <h2>0.1.15</h2> <ul> <li>Revert some changes involving None-delimited groups that changed unnecessarily in 0.1.13 (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/33">#33</a>)</li> </ul> <h2>0.1.14</h2> <ul> <li>Support concatenation of types in paths, such as <code>prefix::$t</code> or <code>$t::suffix</code> where $t is a <code>ty</code> fragment</li> </ul> <h2>0.1.13</h2> <ul> <li>Support <code>#[doc = $doc]</code> idiom for interpolating a <code>stringify</code> or similar expression into a doc attribute (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/29">#29</a>, <a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/30">#30</a>)</li> </ul> <h2>0.1.12</h2> <ul> <li>Fix parse error when $:lifetime appears in certain positions (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/26">#26</a>, <a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/27">#27</a>)</li> </ul> <h2>0.1.11</h2> <ul> <li>Add <code>:camel</code> case conversion (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/23">#23</a>, thanks <a href="https://github.com/thedavidmeister"><code>@​thedavidmeister</code></a>) <a href="https://docs.rs/paste/0.1.11/paste/#case-conversion">https://docs.rs/paste/0.1.11/paste/#case-conversion</a></li> </ul> <h2>0.1.10</h2> <ul> <li>Add <code>:snake</code> case conversion (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/21">#21</a>, thanks <a href="https://github.com/sameer"><code>@​sameer</code></a>) <a href="https://docs.rs/paste/0.1.10/paste/#case-conversion">https://docs.rs/paste/0.1.10/paste/#case-conversion</a></li> </ul> <h2>0.1.9</h2> <ul> <li>Add <code>$var:upper</code> modifier as a counterpart to <code>$var:lower</code> from <a href="https://github.com/dtolnay/paste/releases/tag/0.1.8">0.1.8</a> (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/20">#20</a>, thanks <a href="https://github.com/ryanobeirne"><code>@​ryanobeirne</code></a>)</li> </ul> <h2>0.1.8</h2> <ul> <li>Support the syntax <code>$var:lower</code> to convert an identifier segment to lowercase as part of the paste.<!-- raw HTML omitted -->For example: <code>[&lt;ld_ $reg:lower _expr&gt;]</code> would paste to <code>ld_bc_expr</code> if invoked with $reg=<code>Bc</code>.</li> </ul> <h2>0.1.7</h2> <ul> <li>Support minimum-versions dependency resolution (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/15">#15</a>, thanks <a href="https://github.com/CAD97"><code>@​CAD97</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/paste/commit/ca72ba450ad4859c5a7557371560a022649b1b1e"><code>ca72ba4</code></a> Release 0.1.18</li> <li><a href="https://github.com/dtolnay/paste/commit/1b5c954603a0198e478483e9aef32f0dab95fde8"><code>1b5c954</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/39">#39</a> from dtolnay/group</li> <li><a href="https://github.com/dtolnay/paste/commit/ae0dc66a8c80fd9b820bc5e189193ba15a302931"><code>ae0dc66</code></a> Fix none-delimited group as last token of other group</li> <li><a href="https://github.com/dtolnay/paste/commit/0450f17e18155c0657682872df1bb73b037af6df"><code>0450f17</code></a> Add regression test for type in fn arg</li> <li><a href="https://github.com/dtolnay/paste/commit/63102a80094f7e3f55aa48c1f6076f740175d7e4"><code>63102a8</code></a> Release 0.1.17</li> <li><a href="https://github.com/dtolnay/paste/commit/4caf78a00e15eab9a9d31ea1a9083b7e111044df"><code>4caf78a</code></a> Include unfound env var name in error</li> <li><a href="https://github.com/dtolnay/paste/commit/43234da6c2ecd314939131e3fa574f425c604af1"><code>43234da</code></a> Add ui test of unexpected group</li> <li><a href="https://github.com/dtolnay/paste/commit/e282c5bb86255be0273ac6e7a84bfc62d3bbe898"><code>e282c5b</code></a> Add ui test of unexpected punct</li> <li><a href="https://github.com/dtolnay/paste/commit/f3d99cc901fefc2eba6a581fe259c2788c8efced"><code>f3d99cc</code></a> Combine codepaths of ident after colon</li> <li><a href="https://github.com/dtolnay/paste/commit/26f35e4941ebcdbcea8bf0f2954b7e2860b16f19"><code>26f35e4</code></a> Add ui test of token after colon not an ident</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/paste/compare/0.1.6...0.1.18">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=paste&package-manager=cargo&previous-version=0.1.6&new-version=0.1.18)](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>
2 parents 0a22732 + 246a446 commit 8425e5f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)