dependabot[bot] opened a new pull request, #4008: URL: https://github.com/apache/arrow-rs/pull/4008
Updates the requirements on [proc-macro2](https://github.com/dtolnay/proc-macro2) to permit the latest version. <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.56</h2> <ul> <li>Circumvent clippy::octal_escapes lint inside generated string and byte-string literals (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/363">#363</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/380">#380</a>)</li> <li>Provide RefUnwindSafe impls for compilers older than 1.58 (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/382">#382</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/72ee0b3b0523395e75bf71ae7702e93a7c506f1a"><code>72ee0b3</code></a> Release 1.0.56</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/ddf769275b9e4be0f03866c5433aede6db23ae7b"><code>ddf7692</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/382">#382</a> from dtolnay/refunwindsafe</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/cda93c5eef6993d9b6ca518602d3345e7b261d05"><code>cda93c5</code></a> Ensure data structures are RefUnwindSafe on all versions of Rust</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/e82b0749f893cc4fbd465da94dc291b255af53a9"><code>e82b074</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/381">#381</a> from dtolnay/escape0</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/7efc1c4db2ea533e4263aa39bf7264ec7b7d4b8f"><code>7efc1c4</code></a> Implement consistent behavior for Literal::string on all versions of Rust</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/9c092a3284c0aeb643bf74ff0b39666b412377ab"><code>9c092a3</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/380">#380</a> from dtolnay/octalescape</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/6c216275bc87d8fadb4059d9912d3eef654f23c6"><code>6c21627</code></a> Fix literal_string test on rustc older than 1.61</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/5d3e58b9c6728636eb3b4ae1ea80d6448c155621"><code>5d3e58b</code></a> Ignore octal_escapes clippy lint in test</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/57b4db1f78944eda659ad2f1bd529fca94e4669c"><code>57b4db1</code></a> Circumvent clippy::octal_escapes lint in generated literals</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/d827973a8d8af1fedbfac4eb5e8f78687e8d30f5"><code>d827973</code></a> Add regression test of \0 escaping for issue 363</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.54...1.0.56">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> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
