Skip to content

Commit

Permalink
build(deps): Bump quote from 1.0.37 to 1.0.38 (#644)
Browse files Browse the repository at this point in the history
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.37 to 1.0.38.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/quote/releases">quote's
releases</a>.</em></p>
<blockquote>
<h2>1.0.38</h2>
<ul>
<li>Support interpolating arrays inside of arrays using a repetition (<a
href="https://redirect.github.com/dtolnay/quote/issues/286">#286</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/quote/commit/0245506323a3616daa2ee41c6ad0b871e4d78ae4"><code>0245506</code></a>
Release 1.0.38</li>
<li><a
href="https://github.com/dtolnay/quote/commit/d978c510867b1abca65628c30a79b88a17c3a3c7"><code>d978c51</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/286">#286</a>
from dtolnay/array</li>
<li><a
href="https://github.com/dtolnay/quote/commit/09d1e421933918b29eac9eadde37594048ef8d98"><code>09d1e42</code></a>
Implement repetition for arrays</li>
<li><a
href="https://github.com/dtolnay/quote/commit/5bba89fef1a129adbf6f9236d9ca9984bd5d09f8"><code>5bba89f</code></a>
Add repetition test with array of array</li>
<li><a
href="https://github.com/dtolnay/quote/commit/aafba72e10919ad47c05169271cb78e614fb2b9d"><code>aafba72</code></a>
Prevent upload-artifact step from causing CI failure</li>
<li><a
href="https://github.com/dtolnay/quote/commit/c8898964b893f47b3337cd18bd463365b9c12576"><code>c889896</code></a>
Update not-quotable ui test for ToTokens impl changes</li>
<li><a
href="https://github.com/dtolnay/quote/commit/87c247ff2c46a66218df61dde33fd2406293ea86"><code>87c247f</code></a>
Resolve some needless_lifetimes clippy lints</li>
<li><a
href="https://github.com/dtolnay/quote/commit/31d7a0120f9a132087082786101618b3e91c0bd4"><code>31d7a01</code></a>
Ignore needless_lifetimes clippy lint</li>
<li><a
href="https://github.com/dtolnay/quote/commit/6cff24bf4a76bec898a104fb9a2911ed104ff24d"><code>6cff24b</code></a>
Upload CI Cargo.lock for reproducing failures</li>
<li>See full diff in <a
href="https://github.com/dtolnay/quote/compare/1.0.37...1.0.38">compare
view</a></li>
</ul>
</details>
<br />


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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent 5a29f72 commit 41a326f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

0 comments on commit 41a326f

Please sign in to comment.