Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Bump crossbeam-channel from 0.3.6 to 0.3.8 #1272

Merged
merged 1 commit into from
Feb 1, 2019

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Jan 29, 2019

Bumps crossbeam-channel from 0.3.6 to 0.3.8.

Commits
  • 3953368 Update crossbeam-utils
  • 2ca382b Prepare minor release with updated crossbeam-utils
  • ab6081a Update changelog
  • b5ca594 Bump minor version
  • de97b7a Rename is_complete to is_completed
  • 9bee238 Update minimal required version for crossbeam-utils
  • be937e2 channel: remove crossbeam dev-dependency
  • f826790 Bump crossbeam-utils to 0.6.4 rather than 0.7.0
  • 0c9a7b2 Merge #311
  • bd6603f Make mentions of SegQueue in docs consistent
  • Additional commits viewable in compare view

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 29, 2019
@bors
Copy link
Contributor

bors commented Jan 31, 2019

☔ The latest upstream changes (presumably #1276) made this pull request unmergeable. Please resolve the merge conflicts.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/crossbeam-channel-0.3.8 branch from 9fcbf04 to 80a54dd Compare January 31, 2019 09:48
@alexheretic
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Jan 31, 2019

📌 Commit 80a54dd has been approved by alexheretic

@bors
Copy link
Contributor

bors commented Jan 31, 2019

⌛ Testing commit 80a54dd with merge bf84994...

bors added a commit that referenced this pull request Jan 31, 2019
…3.8, r=alexheretic

Bump crossbeam-channel from 0.3.6 to 0.3.8

Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.3.6 to 0.3.8.
<details>
<summary>Commits</summary>

- [`3953368`](crossbeam-rs/crossbeam@3953368) Update crossbeam-utils
- [`2ca382b`](crossbeam-rs/crossbeam@2ca382b) Prepare minor release with updated crossbeam-utils
- [`ab6081a`](crossbeam-rs/crossbeam@ab6081a) Update changelog
- [`b5ca594`](crossbeam-rs/crossbeam@b5ca594) Bump minor version
- [`de97b7a`](crossbeam-rs/crossbeam@de97b7a) Rename is_complete to is_completed
- [`9bee238`](crossbeam-rs/crossbeam@9bee238) Update minimal required version for crossbeam-utils
- [`be937e2`](crossbeam-rs/crossbeam@be937e2) channel: remove crossbeam dev-dependency
- [`f826790`](crossbeam-rs/crossbeam@f826790) Bump crossbeam-utils to 0.6.4 rather than 0.7.0
- [`0c9a7b2`](crossbeam-rs/crossbeam@0c9a7b2) Merge [#311](https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/311)
- [`bd6603f`](crossbeam-rs/crossbeam@bd6603f) Make mentions of SegQueue in docs consistent
- Additional commits viewable in [compare view](crossbeam-rs/crossbeam@crossbeam-channel-0.3.6...crossbeam-channel-0.3.8)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=crossbeam-channel&package-manager=cargo&previous-version=0.3.6&new-version=0.3.8)](https://dependabot.com/compatibility-score.html?dependency-name=crossbeam-channel&package-manager=cargo&previous-version=0.3.6&new-version=0.3.8)

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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
@bors
Copy link
Contributor

bors commented Feb 1, 2019

☀️ Test successful - checks-travis
Approved by: alexheretic
Pushing bf84994 to master...

@bors bors merged commit 80a54dd into master Feb 1, 2019
@bors bors mentioned this pull request Feb 1, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/crossbeam-channel-0.3.8 branch February 1, 2019 00:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants