Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump syn from 2.0.26 to 2.0.27 (vectordotdev#18042)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.26 to 2.0.27. <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.27</h2> <ul> <li>Documentation improvements (thanks <a href="https://github.com/GuillaumeGomez"><code>@GuillaumeGomez</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/bb234930b06baf71d88335ff3493d681741c01b6"><code>bb23493</code></a> Release 2.0.27</li> <li><a href="https://github.com/dtolnay/syn/commit/e3a15a911bbffb6b6af3ab375e53e0fccd3fa3e5"><code>e3a15a9</code></a> Opt in to generate-link-to-definition when building on docs.rs</li> <li><a href="https://github.com/dtolnay/syn/commit/36a743af78c2930453375c50f84397b781396188"><code>36a743a</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1490">#1490</a> from dtolnay/docinline</li> <li><a href="https://github.com/dtolnay/syn/commit/535246e7f09f4f1e792469e0af9e37e25bd40e51"><code>535246e</code></a> Fix useless re-exports section appearing in documentation at crate root</li> <li><a href="https://github.com/dtolnay/syn/commit/3b42902942ecc7dfb6c7427f553079a39e03dc63"><code>3b42902</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1489">#1489</a> from GuillaumeGomez/unneeded-cfg</li> <li><a href="https://github.com/dtolnay/syn/commit/16da0b226f3a7758c0cb850d13691f6b9110d54d"><code>16da0b2</code></a> Update test suite to nightly-2023-07-21</li> <li><a href="https://github.com/dtolnay/syn/commit/268a017becaa22c0d8f6f1cb557cbe511ed84fd0"><code>268a017</code></a> Remove unneeded cfg</li> <li><a href="https://github.com/dtolnay/syn/commit/82c969e548d9e6192a16fdc508df33f7a7722000"><code>82c969e</code></a> Ignore needless_pass_by_ref_mut clippy lint in generated traits</li> <li><a href="https://github.com/dtolnay/syn/commit/517f0e986c64b9ad0c2feaed5ae54a0c8d812c6f"><code>517f0e9</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1487">#1487</a> from dtolnay/clonefrom</li> <li><a href="https://github.com/dtolnay/syn/commit/2cb7f280149c11e6bb921c8326aa8c3ec84b0979"><code>2cb7f28</code></a> Preserve existing allocations when cloning Punctuated</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.26...2.0.27">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=syn&package-manager=cargo&previous-version=2.0.26&new-version=2.0.27)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information