Skip to content

Commit 853a617

Browse files
chore(deps): bump quote from 1.0.43 to 1.0.44 (#19992)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.43 to 1.0.44. <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.44</h2> <ul> <li>Support raw lifetime syntax <code>'r#async</code> (<a href="https://redirect.github.com/dtolnay/quote/issues/323">#323</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/quote/commit/ad9fb4019efc3f34e5d3b9be416199937f7a8ee3"><code>ad9fb40</code></a> Release 1.0.44</li> <li><a href="https://github.com/dtolnay/quote/commit/6df23cd31b0b97958c42ba9e85bfbde793804ea9"><code>6df23cd</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/quote/issues/323">#323</a> from dtolnay/lifetime</li> <li><a href="https://github.com/dtolnay/quote/commit/f7848915a113ba272ff25b8119175a3e8f80d6ff"><code>f784891</code></a> Support raw lifetime</li> <li><a href="https://github.com/dtolnay/quote/commit/508dbdd73439cbc8ad335ff2b1a4c738006cebe2"><code>508dbdd</code></a> Add test of raw lifetime</li> <li><a href="https://github.com/dtolnay/quote/commit/27cb8c941e4522654b07e91b9a94a513c9cef070"><code>27cb8c9</code></a> Update ui test suite to nightly-2026-01-21</li> <li><a href="https://github.com/dtolnay/quote/commit/bdd36fc744dbb63aa204a51044ecb249c2159dd8"><code>bdd36fc</code></a> Touch up PR 321</li> <li><a href="https://github.com/dtolnay/quote/commit/d62d6ec2a05758517bcda5c69ee663c403bb476f"><code>d62d6ec</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/quote/issues/321">#321</a> from tamird/doc-alloc-format</li> <li><a href="https://github.com/dtolnay/quote/commit/242c683b9504900e8178f880cb3d163d97efc2db"><code>242c683</code></a> doc: restore link to <code>format!</code></li> <li>See full diff in <a href="https://github.com/dtolnay/quote/compare/1.0.43...1.0.44">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.43&new-version=1.0.44)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6647583 commit 853a617

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ proc-macro = true
4545

4646
[dependencies]
4747
datafusion-doc = { workspace = true }
48-
quote = "1.0.41"
48+
quote = "1.0.44"
4949
syn = { version = "2.0.113", features = ["full"] }

0 commit comments

Comments
 (0)