Skip to content

Commit

Permalink
build(deps): Bump proc-macro2 from 1.0.71 to 1.0.74 (#392)
Browse files Browse the repository at this point in the history
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.71 to 1.0.74.
<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.74</h2>
<ul>
<li>Work around improperly cached build script result by sccache (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/432">#432</a>)</li>
</ul>
<h2>1.0.73</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>1.0.72</h2>
<ul>
<li>Improve build script to be robust to proc_macro::Span unstable API changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/6cb41f895657424f8f64eecbd7e8ad392b0b26e0"><code>6cb41f8</code></a> Release 1.0.74</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/506a2a53834c79bac85a818c7363147a947332aa"><code>506a2a5</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/432">#432</a> from dtolnay/depinfo</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/68846e376823657c72a4191f2f73187117120c3c"><code>68846e3</code></a> Include env-dep:RUSTC_BOOTSTRAP in dep-info for sccache</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/4dce5d7ebd3c9eb4f67da05581d6c83633191dc0"><code>4dce5d7</code></a> Release 1.0.73</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/708540bec162f76049dac7914d72c502099ccbdd"><code>708540b</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/431">#431</a> from dtolnay/doccfg</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/014fa8243f02a18eff4051c8993ad408a69214c1"><code>014fa82</code></a> Restore documented cfg on LineColumn</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/df4fa83806c18f6f82c1247eaadf5c2c20753e97"><code>df4fa83</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/430">#430</a> from dtolnay/nightlyci</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/75897cfc992c03d757bda5a1cd3093183e40dd23"><code>75897cf</code></a> Make CI verify that proc_macro_span works in latest nightly</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/643cb897d75e2d0b4d959c1d903b3ded4d21e1e9"><code>643cb89</code></a> Release 1.0.72</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/3db197755b06c895b38448f73e675b0fe19749a4"><code>3db1977</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/429">#429</a> from dtolnay/probe</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.71...1.0.74">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.71&new-version=1.0.74)](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>
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent 70bede0 commit 5ada3c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/proto-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ quote = "1.0.33"
regex = "1"
syn = {version = "2.0.43", features = ["full", "parsing", "extra-traits"]}
walkdir = "2"
proc-macro2 = "1.0.71"
proc-macro2 = "1.0.74"
2 changes: 1 addition & 1 deletion packages/std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proc-macro = true

[dependencies]
itertools = "0.12.0"
proc-macro2 = "1.0.71"
proc-macro2 = "1.0.74"
quote = "1.0.33"
syn = "2.0.43"

Expand Down

0 comments on commit 5ada3c3

Please sign in to comment.