Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
660: build(deps): bump paste from 1.0.9 to 1.0.10 r=jordens a=dependabot[bot] Bumps [paste](https://github.com/dtolnay/paste) from 1.0.9 to 1.0.10. <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>1.0.10</h2> <ul> <li>Support Literal as result of paste, as in <code>[<1_u $bit>]</code> producing <code>1_u32</code> etc. (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/92">#92</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/paste/commit/188ceccacedd20ff9ecc4037d43162f39a41f7bf"><code>188cecc</code></a> Release 1.0.10</li> <li><a href="https://github.com/dtolnay/paste/commit/80d037b8968c919364ec9337517d32d147a85c13"><code>80d037b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/92">#92</a> from dtolnay/literal</li> <li><a href="https://github.com/dtolnay/paste/commit/b3b77f233dc12ffb24f7a7b1f07494539aae1871"><code>b3b77f2</code></a> Gate literal fromstr support on new enough compiler</li> <li><a href="https://github.com/dtolnay/paste/commit/0ffe86082d82076b354f5f1f1a0d2f5d89619d88"><code>0ffe860</code></a> Simplify literal suffix test</li> <li><a href="https://github.com/dtolnay/paste/commit/8c15bafbe689df2ffeead7c92de8be499e01e32d"><code>8c15baf</code></a> Support Literal as result of paste</li> <li><a href="https://github.com/dtolnay/paste/commit/5814fa70ca9124b54ba638cf44c508ad6501acde"><code>5814fa7</code></a> Add regression test for issue 91</li> <li><a href="https://github.com/dtolnay/paste/commit/81cdb4f24e2a68b5fa5a26ef679fc0620904a861"><code>81cdb4f</code></a> Time out workflows after 45 minutes</li> <li><a href="https://github.com/dtolnay/paste/commit/fe65644092456a6a522c7c886e8aa9342c72af36"><code>fe65644</code></a> MIT copyright line</li> <li><a href="https://github.com/dtolnay/paste/commit/75dd0c7d0aed4adc444cb4bc29cd65eaa8ebf436"><code>75dd0c7</code></a> Raise minimum tested toolchain to rust 1.56</li> <li><a href="https://github.com/dtolnay/paste/commit/c5b577265921fcd13450676cf2d873a1e18ddf1e"><code>c5b5772</code></a> Remove default package.readme metadata from Cargo.toml</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/paste/compare/1.0.9...1.0.10">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=1.0.9&new-version=1.0.10)](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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information