mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
build(deps): bump syn from 2.0.101 to 2.0.102 (#37379)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.101 to 2.0.102. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p> <blockquote> <h2>2.0.102</h2> <ul> <li>Fix printing of nested Expr::Index and Expr::Tuple in non-full mode (<a href="https://redirect.github.com/dtolnay/syn/issues/1869">#1869</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b1cc55995d
"><code>b1cc559</code></a> Release 2.0.102</li> <li><a href="0df2d5bef1
"><code>0df2d5b</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1869">#1869</a> from dtolnay/print</li> <li><a href="f7d4038c4a
"><code>f7d4038</code></a> Fix printing of nested Expr::Index and Expr::Tuple in non-full mode</li> <li><a href="6744b73a34
"><code>6744b73</code></a> Ignore unnecessary_box_returns pedantic clippy lint in test</li> <li><a href="4d2978a7cf
"><code>4d2978a</code></a> Update test suite to nightly-2025-06-08</li> <li><a href="7ff53751f0
"><code>7ff5375</code></a> Ignore mismatched_lifetime_syntaxes lint</li> <li><a href="c5843647dc
"><code>c584364</code></a> Resolve needless_return clippy lint</li> <li><a href="07dc272d8c
"><code>07dc272</code></a> Update test suite to nightly-2025-05-31</li> <li><a href="abfcd60a0c
"><code>abfcd60</code></a> Pin nightly toolchain used for miri job</li> <li><a href="4ae637a80e
"><code>4ae637a</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1862">#1862</a> from martician1/docs/fix-local-semi</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.101...2.0.102">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 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>
This commit is contained in:
parent
3b54f1a720
commit
51980b49b5
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -7607,9 +7607,9 @@ checksum = "e454d048db5527d000bfddb77bd072bbf3a1e2ae785f16d9bd116e07c2ab45eb"
|
|||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "2.0.101"
|
||||
version = "2.0.102"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
||||
checksum = "f6397daf94fa90f058bd0fd88429dd9e5738999cca8d701813c80723add80462"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue