Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump shared-bus from 0.2.4 to 0.2.5 #651

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2022

Bumps shared-bus from 0.2.4 to 0.2.5.

Release notes

Sourced from shared-bus's releases.

Version 0.2.5

Changed

  • Upgraded to embedded-hal alpha support to version 9. Please pin your dependency on shared-bus to an exact version (using =0.#.#) when you make use of the eh-alpha feature flag (#38 by @​taks).

Fixed

  • Fixed the new_xtensa!() macro not compiling (#40 by @​Gazedo).

#38: Rahix/shared-bus#38 #40: Rahix/shared-bus#40

Changelog

Sourced from shared-bus's changelog.

[0.2.5] - 2022-11-23

Changed

  • Upgraded to embedded-hal alpha support to version 9. Please pin your dependency on shared-bus to an exact version (using =0.#.#) when you make use of the eh-alpha feature flag (#38).

Fixed

  • Fixed the new_xtensa!() macro not compiling (#40).

#38: Rahix/shared-bus#38 #40: Rahix/shared-bus#40

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)

Bumps [shared-bus](https://github.com/Rahix/shared-bus) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/Rahix/shared-bus/releases)
- [Changelog](https://github.com/Rahix/shared-bus/blob/main/CHANGELOG.md)
- [Commits](Rahix/shared-bus@v0.2.4...v0.2.5)

---
updated-dependencies:
- dependency-name: shared-bus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 23, 2022
@ryan-summers
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Dec 6, 2022
651: build(deps): bump shared-bus from 0.2.4 to 0.2.5 r=ryan-summers a=dependabot[bot]

Bumps [shared-bus](https://github.com/Rahix/shared-bus) from 0.2.4 to 0.2.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Rahix/shared-bus/releases">shared-bus's releases</a>.</em></p>
<blockquote>
<h2>Version 0.2.5</h2>
<h3>Changed</h3>
<ul>
<li>Upgraded to embedded-hal alpha support to version 9.  Please pin your dependency on <code>shared-bus</code> to an exact version (using <code>=0.#.#</code>) when you make use of the <code>eh-alpha</code> feature flag (<a href="https://github-redirect.dependabot.com/Rahix/shared-bus/issues/38">#38</a> by <a href="https://github.com/taks"><code>`@​taks</code></a>).</li>`
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed the <code>new_xtensa!()</code> macro not compiling (<a href="https://github-redirect.dependabot.com/Rahix/shared-bus/issues/40">#40</a> by <a href="https://github.com/Gazedo"><code>`@​Gazedo</code></a>).</li>`
</ul>
<p><a href="https://github-redirect.dependabot.com/Rahix/shared-bus/issues/38">#38</a>: <a href="https://github-redirect.dependabot.com/Rahix/shared-bus/pull/38">Rahix/shared-bus#38</a>
<a href="https://github-redirect.dependabot.com/Rahix/shared-bus/issues/40">#40</a>: <a href="https://github-redirect.dependabot.com/Rahix/shared-bus/pull/40">Rahix/shared-bus#40</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Rahix/shared-bus/blob/main/CHANGELOG.md">shared-bus's changelog</a>.</em></p>
<blockquote>
<h2>[0.2.5] - 2022-11-23</h2>
<h3>Changed</h3>
<ul>
<li>Upgraded to embedded-hal alpha support to version 9.  Please pin your
dependency on <code>shared-bus</code> to an exact version (using <code>=0.#.#</code>) when you make
use of the <code>eh-alpha</code> feature flag (<a href="https://github-redirect.dependabot.com/Rahix/shared-bus/issues/38">#38</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed the <code>new_xtensa!()</code> macro not compiling (<a href="https://github-redirect.dependabot.com/Rahix/shared-bus/issues/40">#40</a>).</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/Rahix/shared-bus/issues/38">#38</a>: <a href="https://github-redirect.dependabot.com/Rahix/shared-bus/pull/38">Rahix/shared-bus#38</a>
<a href="https://github-redirect.dependabot.com/Rahix/shared-bus/issues/40">#40</a>: <a href="https://github-redirect.dependabot.com/Rahix/shared-bus/pull/40">Rahix/shared-bus#40</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Rahix/shared-bus/commit/a1af43b75abafbd7c9c6ae82d047da3d6fcb50a0"><code>a1af43b</code></a> Prepare 0.2.5</li>
<li><a href="https://github.com/Rahix/shared-bus/commit/4e02886d3a9c965dd4833230456203364e571c79"><code>4e02886</code></a> Update CHANGELOG</li>
<li><a href="https://github.com/Rahix/shared-bus/commit/c09023d7a32ab09dcad940779f13771be5f038b3"><code>c09023d</code></a> Migrate to embedded-hal 1.0.0-alpha.9</li>
<li><a href="https://github.com/Rahix/shared-bus/commit/b78409b326fcdfb2f26d6a721737c6842615d630"><code>b78409b</code></a> Correct xtensa_lx crate re-export name</li>
<li>See full diff in <a href="https://github.com/Rahix/shared-bus/compare/v0.2.4...v0.2.5">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shared-bus&package-manager=cargo&previous-version=0.2.4&new-version=0.2.5)](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>
@bors
Copy link
Contributor

bors bot commented Dec 6, 2022

Build failed:

@jordens
Copy link
Member

jordens commented Dec 6, 2022

bors retry

@bors
Copy link
Contributor

bors bot commented Dec 6, 2022

Build succeeded:

@bors bors bot merged commit 57f3537 into master Dec 6, 2022
@bors bors bot deleted the dependabot/cargo/shared-bus-0.2.5 branch December 6, 2022 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants