Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2022

Bumps pin-project from 1.0.8 to 1.0.10.

Release notes

Sourced from pin-project's releases.

1.0.10

  • Revert the increase of the minimal version of syn that was done in 1.0.9.

1.0.9

Changelog

Sourced from pin-project's changelog.

[1.0.10] - 2021-12-31

  • Revert the increase of the minimal version of syn that was done in 1.0.9.

[1.0.9] - 2021-12-26

Commits

Dependabot compatibility score

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 commands and options

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)
@dependabot dependabot bot added the type/dependencies Pull requests that update a dependency file label Jan 3, 2022
@nightkr
Copy link
Contributor

nightkr commented Jan 5, 2022

bors r+

bors bot added a commit that referenced this pull request Jan 5, 2022
334: Bump pin-project from 1.0.8 to 1.0.10 r=teozkr a=dependabot[bot] [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.8 to 1.0.10. <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.0.10</h2> <ul> <li>Revert the increase of the minimal version of <code>syn</code> that was done in 1.0.9.</li> </ul> <h2>1.0.9</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/taiki-e/pin-project/pull/336">Prevent abuse of private module.</a></p> </li> <li> <p>Update minimal version of <code>syn</code> to 1.0.84.</p> </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.0.10] - 2021-12-31</h2> <ul> <li>Revert the increase of the minimal version of <code>syn</code> that was done in 1.0.9.</li> </ul> <h2>[1.0.9] - 2021-12-26</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/taiki-e/pin-project/pull/336">Prevent abuse of private module.</a></p> </li> <li> <p>Update minimal version of <code>syn</code> to 1.0.84.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/taiki-e/pin-project/commit/0273e6ecd64057f47c3b2ada6fb4e5c37357c185"><code>0273e6e</code></a> Release 1.0.10</li> <li><a href="https://github.com/taiki-e/pin-project/commit/0ba054e9f1f3cbc848d96acf1d0a9fa5393d1bbf"><code>0ba054e</code></a> Clean up CI config</li> <li><a href="https://github.com/taiki-e/pin-project/commit/d0832b0eccebf2c9faf49c4e67abd9050698f670"><code>d0832b0</code></a> Revert &quot;Use parse_quote_spanned macro from syn&quot;</li> <li><a href="https://github.com/taiki-e/pin-project/commit/9282b4fa80c45eb55da3b8c3d8fbed7627417d1f"><code>9282b4f</code></a> Clean up scripts</li> <li><a href="https://github.com/taiki-e/pin-project/commit/0a0c7dbd9e2168ee4f0263003fda2e24b10e2a5a"><code>0a0c7db</code></a> Update changelog</li> <li><a href="https://github.com/taiki-e/pin-project/commit/2c8776bb9c0cf6d36baea2b40248a0e27cf44339"><code>2c8776b</code></a> Release 1.0.9</li> <li><a href="https://github.com/taiki-e/pin-project/commit/92d6b6cd2c882391db02213c8537d15bf84da0b7"><code>92d6b6c</code></a> Enable -Zmiri-tag-raw-pointers in miri CI</li> <li><a href="https://github.com/taiki-e/pin-project/commit/eedd0885afc4bebad728f0adb1acffaaaed0d31a"><code>eedd088</code></a> Add unsafe constructors to private structs</li> <li><a href="https://github.com/taiki-e/pin-project/commit/27c1aa237abcbc2735d24e9372e0d682cc108ca4"><code>27c1aa2</code></a> Merge <a href="https://github-redirect.dependabot.com/taiki-e/pin-project/issues/336">#336</a></li> <li><a href="https://github.com/taiki-e/pin-project/commit/0ea7fb4a15e844575db4d9f31e0e39980c4adc41"><code>0ea7fb4</code></a> Prevent abuse of private module</li> <li>Additional commits viewable in <a href="https://github.com/taiki-e/pin-project/compare/v1.0.8...v1.0.10">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.8&new-version=1.0.10)](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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.8 to 1.0.10. - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.0.8...v1.0.10) --- updated-dependencies: - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/pin-project-1.0.10 branch from dd10306 to 32f325e Compare January 5, 2022 08:48
@bors
Copy link
Contributor

bors bot commented Jan 5, 2022

Canceled.

@nightkr
Copy link
Contributor

nightkr commented Jan 5, 2022

bors retry

@bors bors bot merged commit cc8709a into main Jan 5, 2022
@bors bors bot deleted the dependabot/cargo/pin-project-1.0.10 branch January 5, 2022 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/dependencies Pull requests that update a dependency file

1 participant