Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump pin-project from 1.0.12 to 1.1.0 (#3261)
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.12 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/pin-project/releases">pin-project's releases</a>.</em></p> <blockquote> <h2>1.1.0</h2> <ul> <li>Update <code>syn</code> dependency to 2. This increase the minimum supported Rust version from Rust 1.37 to Rust 1.56. (<a href="https://redirect.github.com/taiki-e/pin-project/pull/352">#352</a>, <a href="https://redirect.github.com/taiki-e/pin-project/pull/354">#354</a>, thanks <a href="https://github.com/maurer"><code>@maurer</code></a> and <a href="https://github.com/daxpedda"><code>@daxpedda</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md">pin-project's changelog</a>.</em></p> <blockquote> <h2>[1.1.0] - 2023-05-13</h2> <ul> <li>Update <code>syn</code> dependency to 2. This increase the minimum supported Rust version from Rust 1.37 to Rust 1.56. (<a href="https://redirect.github.com/taiki-e/pin-project/pull/352">#352</a>, <a href="https://redirect.github.com/taiki-e/pin-project/pull/354">#354</a>, thanks <a href="https://github.com/maurer"><code>@maurer</code></a> and <a href="https://github.com/daxpedda"><code>@daxpedda</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/taiki-e/pin-project/commit/508d4819812b8dba79a6a326cd70ba869e106513"><code>508d481</code></a> Release 1.1.0</li> <li><a href="https://github.com/taiki-e/pin-project/commit/3b16cb546c1d92edc7cb15b51575a63ba6aad257"><code>3b16cb5</code></a> Update changelog</li> <li><a href="https://github.com/taiki-e/pin-project/commit/d349aa75361fa4e334678ee45914c90696b266c1"><code>d349aa7</code></a> Touch up PR 354</li> <li><a href="https://github.com/taiki-e/pin-project/commit/1ee36536e0e3c3a2dc07a3f2111a134e7039d291"><code>1ee3653</code></a> Update cspell dictionary</li> <li><a href="https://github.com/taiki-e/pin-project/commit/ad3685eef11e71ba8115b6ba15af83d30ca3e649"><code>ad3685e</code></a> Update to syn 2 (<a href="https://redirect.github.com/taiki-e/pin-project/issues/354">#354</a>)</li> <li><a href="https://github.com/taiki-e/pin-project/commit/6e0c2c2cfb1b8af49930f6b7881b3e670726c8b1"><code>6e0c2c2</code></a> Update ui test output to nightly-2023-05-11</li> <li><a href="https://github.com/taiki-e/pin-project/commit/468d33bf3864a7c7e8e9aa6d39c620f75a4300e4"><code>468d33b</code></a> Remove unnecessary allowed lint</li> <li><a href="https://github.com/taiki-e/pin-project/commit/372c49a9c65a01a3a331b025e3948a0f0c7bf285"><code>372c49a</code></a> Revert "ci: Do not use --locked in cargo-careful installation"</li> <li><a href="https://github.com/taiki-e/pin-project/commit/c729410a539b396a0ce01343d09b13f129cbd918"><code>c729410</code></a> ci: Do not use --locked in cargo-careful installation</li> <li><a href="https://github.com/taiki-e/pin-project/commit/2f4efa6299f8491830ec2d2c6cdb08edb737a168"><code>2f4efa6</code></a> Update ui test output to nightly-2023-05-06</li> <li>Additional commits viewable in <a href="https://github.com/taiki-e/pin-project/compare/v1.0.12...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pin-project&package-manager=cargo&previous-version=1.0.12&new-version=1.1.0)](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>
- Loading branch information