Browse Source
443: Bump syn from 1.0.80 to 1.0.81 r=da-kami a=dependabot[bot] Bumps [syn](https://github.com/dtolnay/syn) from 1.0.80 to 1.0.81. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p> <blockquote> <h2>1.0.81</h2> <ul> <li>Support arbitrary precision negative literal tokens on rustc 1.56+ (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1087">#1087</a>, <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1088">#1088</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="burn-down-handle6044282060
"><code>6044282</code></a> Release 1.0.81</li> <li><a href="f39a581ef7
"><code>f39a581</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1088">#1088</a> from dtolnay/literalparse</li> <li><a href="0ca31d1e12
"><code>0ca31d1</code></a> Delete lit overflow test</li> <li><a href="793b1c395e
"><code>793b1c3</code></a> Pull in proc-macro2 negative literal support</li> <li><a href="36093340a3
"><code>3609334</code></a> Link to rustc PR for negative literal parse</li> <li><a href="a7eedc1e7e
"><code>a7eedc1</code></a> Locally ignore unnecessary_wraps pedantic clippy lint</li> <li><a href="d9a9ff4398
"><code>d9a9ff4</code></a> Bypass negative literal workaround on 1.56+</li> <li><a href="30984ec11f
"><code>30984ec</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1087">#1087</a> from dtolnay/literalparse</li> <li><a href="0fda5ad1a0
"><code>0fda5ad</code></a> Use 'FromStr for Literal' instead of TokenStream workaround</li> <li><a href="68e7ab85ab
"><code>68e7ab8</code></a> Suppress no_effect_underscore_binding pedantic Clippy lint in test suite</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.80...1.0.81">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=syn&package-manager=cargo&previous-version=1.0.80&new-version=1.0.81)](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>
bors[bot]
3 years ago
committed by
GitHub
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue