Skip to content

Commit

Permalink
chore(deps): Bump proc-macro2 from 1.0.63 to 1.0.64 (vectordotdev#17922)
Browse files Browse the repository at this point in the history
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.63
to 1.0.64.
<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.64</h2>
<ul>
<li>Fix parsing of bare <code>\r</code> in between tokens (<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/399">#399</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/075af3483426c4ea1ada2521275d6b5796dfa0af"><code>075af34</code></a>
Release 1.0.64</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/ab053d378890540abf2b8365bda837a5ba2b58b6"><code>ab053d3</code></a>
Replace 2 inconsistent ASCII checks with is_ascii()</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/9c812bc5c59952a415eab0071e053c647bcb7973"><code>9c812bc</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/399">#399</a>
from dtolnay/carriagereturn</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/261ad4d6efab9138efb4291704039a8046eae225"><code>261ad4d</code></a>
Extend lone carriage returns test</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/d10651c907fb30283ab4fc602fb366690ec0c7f1"><code>d10651c</code></a>
Revert &quot;Require \r whitespace to be followed by \n&quot;</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/bdfb5c1f1ce766dc1578b1a524f958d1dacc2e32"><code>bdfb5c1</code></a>
Move minimal-versions CI to dedicated job</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/51ed1bbfc03478642e15fca84c4fa50116628847"><code>51ed1bb</code></a>
Resolve needless_rwa_string_hashes clippy lint in test suite</li>
<li>See full diff in <a
href="https://github.com/dtolnay/proc-macro2/compare/1.0.63...1.0.64">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proc-macro2&package-manager=cargo&previous-version=1.0.63&new-version=1.0.64)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 10, 2023
1 parent 6326f37 commit 22b6c2b
Showing 1 changed file with 66 additions and 66 deletions.

0 comments on commit 22b6c2b

Please sign in to comment.