Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pin-project-lite from 0.2.10 to 0.2.12 (#3861)
Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.10 to 0.2.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/pin-project-lite/releases">pin-project-lite's releases</a>.</em></p> <blockquote> <h2>0.2.12</h2> <ul> <li>Work around an issue where the projected types/methods appear in the documentation as if they were part of the public API if the visibility is not correctly parsed due to the rustc bug. See <a href="https://redirect.github.com/taiki-e/pin-project-lite/issues/77#issuecomment-1671540180">#77</a> for details.</li> </ul> <h2>0.2.11</h2> <ul> <li>Add support for <code>#[project(!Unpin)]</code>. This is equivalent to pin-project's <a href="https://docs.rs/pin-project/latest/pin_project/attr.pin_project.html#unpin">!Unpin</a> option. (<a href="https://redirect.github.com/taiki-e/pin-project-lite/pull/76">#76</a>, thanks <a href="https://github.com/matheus-consoli"><code>@matheus-consoli</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md">pin-project-lite's changelog</a>.</em></p> <blockquote> <h2>[0.2.12] - 2023-08-09</h2> <ul> <li>Work around an issue where the projected types/methods appear in the documentation as if they were part of the public API if the visibility is not correctly parsed due to the rustc bug. See <a href="https://redirect.github.com/taiki-e/pin-project-lite/issues/77#issuecomment-1671540180">#77</a> for details.</li> </ul> <h2>[0.2.11] - 2023-08-06</h2> <ul> <li>Add support for <code>#[project(!Unpin)]</code>. This is equivalent to pin-project's <a href="https://docs.rs/pin-project/latest/pin_project/attr.pin_project.html#unpin">!Unpin</a> option. (<a href="https://redirect.github.com/taiki-e/pin-project-lite/pull/76">#76</a>, thanks <a href="https://github.com/matheus-consoli"><code>@matheus-consoli</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/d6cda978ed9efd55d2d4e8e72701b28acd17f93b"><code>d6cda97</code></a> Release 0.2.12</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/324dabacf69fc3bcd2c360ea634843b2ad8153a2"><code>324daba</code></a> Add #[doc(hidden)] to projected types/methods to mitigate impact of rustc bug...</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/92cc847c47c01f86af2cad043ac2fbf682f25f5f"><code>92cc847</code></a> Unify macro metavariables for proj_vis</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/220ea320611641c282fe85193b86f2078e837952"><code>220ea32</code></a> Release 0.2.11</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/21903fc89919652dcea50059641d925e60ff7753"><code>21903fc</code></a> Update docs and changelog</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/eaafadcf292be4b132734ed5ca02fd2126933f87"><code>eaafadc</code></a> Add support for <code>#[project(!Unpin)]</code> (<a href="https://redirect.github.com/taiki-e/pin-project-lite/issues/76">#76</a>)</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/c8b1a75bd820faf6b205aecc628f61509774a658"><code>c8b1a75</code></a> Update lint test</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/26a3c8a79c6b1c19a4f596517281d3f651543862"><code>26a3c8a</code></a> Update cspell dictionary</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/7b401ea56f38f7364a710d9341c8e23e5ad32745"><code>7b401ea</code></a> ci: Use install-action to install cargo-careful</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/134972219c17e37895c977693f7bc797308361b8"><code>1349722</code></a> Update lint test</li> <li>Additional commits viewable in <a href="https://github.com/taiki-e/pin-project-lite/compare/v0.2.10...v0.2.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pin-project-lite&package-manager=cargo&previous-version=0.2.10&new-version=0.2.12)](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