dependabot[bot] opened a new pull request, #58: URL: https://github.com/apache/avro-rs/pull/58
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.89 to 1.0.90. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's releases</a>.</em></p> <blockquote> <h2>1.0.90</h2> <ul> <li>Improve error recovery in TokenStream's and Literal's FromStr implementations to work around <a href="https://redirect.github.com/rust-lang/rust/issues/58736">rust-lang/rust#58736</a> such that rustc does not poison compilation on codepaths that should be recoverable errors (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/477">#477</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/478">#478</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/479">#479</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/480">#480</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/481">#481</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/482">#482</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/ec556456634f42cb1f97ca2788dd20ac6b29f48c"><code>ec55645</code></a> Release 1.0.90</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/87a180c12fad911a6175e047ae9faa979ae73376"><code>87a180c</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/482">#482</a> from dtolnay/validate</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/da66636bc24f3f4d45e814a4303a3082c44f1a94"><code>da66636</code></a> Perform up-front validation using the fallback parser</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/7d4023ec75e87026a5c997497034cdc5779c9220"><code>7d4023e</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/481">#481</a> from dtolnay/catchunwind</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/85a08eae1d6cb9c2303918337739eb059dfec5aa"><code>85a08ea</code></a> Move catch_unwind into from_str_checked</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/3670a218780ce3f7972cd2945e48479326ff55be"><code>3670a21</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/480">#480</a> from dtolnay/checkederr</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/8df5ffaa11c8312442f12a959c119364e8db8ccd"><code>8df5ffa</code></a> Generalize from_str_checked error type</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/c1f996ff7ad10f5dd2ce3837af51ec8f5e7b3a7a"><code>c1f996f</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/479">#479</a> from dtolnay/checked</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/5ba381271cc3d15c622319d186a0127865b3a11f"><code>5ba3812</code></a> Partition FromStr behaviors into checked and unchecked</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/ea101de1bd58931c43145f498c815df1201077e4"><code>ea101de</code></a> Fill in pub(crate) visibilities on all nonpublic items</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.89...1.0.90">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org