mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #28853 - servo:dependabot/cargo/quote-1.0.18, r=jdm
Bump quote from 1.0.9 to 1.0.18 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.9 to 1.0.18. <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.17</h2> <ul> <li>Documentation improvements</li> </ul> <h2>1.0.16</h2> <ul> <li>Improve compile time of <code>quote!</code> and <code>quote_spanned!</code> calls by a few percent (<a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/209">#209</a>, <a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/210">#210</a>, thanks <a href="https://github.com/nnethercote"><code>@nnethercote</code></a> <a href="https://github.com/lqd"><code>@lqd</code></a>)</li> </ul> <h2>1.0.15</h2> <ul> <li>Retrigger docs.rs build to work around rustdoc regression (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/92331">rust-lang/rust#92331</a>)</li> </ul> <h2>1.0.14</h2> <ul> <li>Optimization to reduce calls over the proc macro bridge (<a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/203">#203</a>)</li> </ul> <h2>1.0.13</h2> <ul> <li>Documentation improvements</li> </ul> <h2>1.0.12</h2> <ul> <li>Fix proc-macro2 dependency to work with <code>-Zminimal-versions</code> builds</li> </ul> <h2>1.0.11</h2> <ul> <li>Improve performance of quote invocations involving literals, lifetimes, and underscore tokens</li> </ul> <h2>1.0.10</h2> <ul> <li>Work around regression in nightly Clippy: <a href="https://github-redirect.dependabot.com/rust-lang/rust-clippy/issues/7768">rust-lang/rust-clippy#7768</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8c954ca61f
"><code>8c954ca</code></a> Release 1.0.18</li> <li><a href="0447cf03ff
"><code>0447cf0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/219">#219</a> from dtolnay/doc</li> <li><a href="241b8d6fdb
"><code>241b8d6</code></a> Show simpler rules in macro documentation</li> <li><a href="b5160b1512
"><code>b5160b1</code></a> Touch up PR 217</li> <li><a href="2d23d9de7c
"><code>2d23d9d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/217">#217</a> from nnethercote/special-case-1-2</li> <li><a href="4d75f2e550
"><code>4d75f2e</code></a> Special case <code>quote!</code>/<code>quote_spanned!</code> for 1 and 2 tts.</li> <li><a href="31c3be473d
"><code>31c3be4</code></a> Update ui test suite to nightly-2022-04-06</li> <li><a href="a53dd098d4
"><code>a53dd09</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/216">#216</a> from dtolnay/character0</li> <li><a href="678d83dd58
"><code>678d83d</code></a> Use a character other than \0 for testing unicode escapes</li> <li><a href="0ec6e20dc9
"><code>0ec6e20</code></a> Release 1.0.17</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/quote/compare/1.0.9...1.0.18">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
commit
2170084a20
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -4943,9 +4943,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.24"
|
||||
version = "1.0.37"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
||||
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
||||
dependencies = [
|
||||
"unicode-xid",
|
||||
]
|
||||
|
@ -5007,9 +5007,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "quote"
|
||||
version = "1.0.9"
|
||||
version = "1.0.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
||||
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue