Skip to content

Commit

Permalink
build(deps): Bump prettyplease from 0.2.15 to 0.2.16 (#391)
Browse files Browse the repository at this point in the history
Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.15 to 0.2.16.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/prettyplease/releases">prettyplease's releases</a>.</em></p>
<blockquote>
<h2>0.2.16</h2>
<ul>
<li>Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/prettyplease/commit/380c7b8c5a3d950b362930b93cd22f8a6445dc25"><code>380c7b8</code></a> Release 0.2.16</li>
<li><a href="https://github.com/dtolnay/prettyplease/commit/7b9b3507419283eec8cd311f967996b4bf4db5b5"><code>7b9b350</code></a> Pull in proc-macro2 sccache fix</li>
<li><a href="https://github.com/dtolnay/prettyplease/commit/987bea1eba35996ca0e8aeb3312d55d66017d16e"><code>987bea1</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/prettyplease/issues/65">#65</a> from dtolnay/testmatchguard</li>
<li><a href="https://github.com/dtolnay/prettyplease/commit/e5e95113081076381a84efe5d40129ad26a820b3"><code>e5e9511</code></a> Add test of parenthesization of struct lit in match guard</li>
<li><a href="https://github.com/dtolnay/prettyplease/commit/ae86c8ce7ea2404f34bf196bebec36f78d112995"><code>ae86c8c</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/prettyplease/issues/64">#64</a> from dtolnay/grouped</li>
<li><a href="https://github.com/dtolnay/prettyplease/commit/acdc42ebf603a98ba23281e7ce10f0d935c04bbc"><code>acdc42e</code></a> Look into invisible delimiters to determine exterior struct lit</li>
<li><a href="https://github.com/dtolnay/prettyplease/commit/b2f30c7f30f7c096bb6615b2aa6c4e4cbc4c8087"><code>b2f30c7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/prettyplease/issues/63">#63</a> from dtolnay/structcond</li>
<li><a href="https://github.com/dtolnay/prettyplease/commit/157544394997788385b00c9f031b1b30ca1065da"><code>1575443</code></a> Add test of automatic parenthesization of braced structs in cond</li>
<li><a href="https://github.com/dtolnay/prettyplease/commit/11ebfab3c1a1b4a297d6b9496f28925e90c2999e"><code>11ebfab</code></a> Format with new rustfmt that handles let-else</li>
<li><a href="https://github.com/dtolnay/prettyplease/commit/91033e81b1b8f726d9e8bd24669803568d4da5e0"><code>91033e8</code></a> Give a variable name before passing boolean arg</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/prettyplease/compare/0.2.15...0.2.16">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettyplease&package-manager=cargo&previous-version=0.2.15&new-version=0.2.16)](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 cbc26f6 commit 70bede0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/proto-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ heck = "0.4.0"
itertools = "0.12.0"
log = "0.4.20"
pretty_env_logger = "0.5.0"
prettyplease = "0.2.15"
prettyplease = "0.2.16"
prost = "0.12.3"
prost-build = "0.12.3"
prost-types = "0.12.3"
Expand Down

0 comments on commit 70bede0

Please sign in to comment.