Skip to content

build(deps): bump cortex-m-rt from 0.7.2 to 0.7.3#678

Merged
bors[bot] merged 1 commit into
masterfrom
dependabot/cargo/cortex-m-rt-0.7.3
Feb 15, 2023
Merged

build(deps): bump cortex-m-rt from 0.7.2 to 0.7.3#678
bors[bot] merged 1 commit into
masterfrom
dependabot/cargo/cortex-m-rt-0.7.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 14, 2023

Copy link
Copy Markdown
Contributor

Bumps cortex-m-rt from 0.7.2 to 0.7.3.

Release notes

Sourced from cortex-m-rt's releases.

v0.7.3

[v0.7.3] - 2021-07-03

Fixed

  • Fixed compilation for native targets on non-x86 host systems (#336, #337).

Added

  • The Delay struct now offers direct delay_us() and delay_ms() methods without having to go through the embedded-hal traits (#344).
Changelog

Sourced from cortex-m-rt's changelog.

[v0.7.3] - 2021-07-03

Fixed

  • Fixed compilation for native targets on non-x86 host systems (#336, #337).

Added

  • The Delay struct now offers direct delay_us() and delay_ms() methods without having to go through the embedded-hal traits (#344).
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 [cortex-m-rt](https://github.com/rust-embedded/cortex-m) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/rust-embedded/cortex-m/releases)
- [Changelog](https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md)
- [Commits](rust-embedded/cortex-m@v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: cortex-m-rt
  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 Feb 14, 2023
@jordens

jordens commented Feb 14, 2023

Copy link
Copy Markdown
Member

Bors r+

bors Bot added a commit that referenced this pull request Feb 14, 2023
678: build(deps): bump cortex-m-rt from 0.7.2 to 0.7.3 r=jordens a=dependabot[bot]

Bumps [cortex-m-rt](https://github.com/rust-embedded/cortex-m) from 0.7.2 to 0.7.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-embedded/cortex-m/releases">cortex-m-rt's releases</a>.</em></p>
<blockquote>
<h2>v0.7.3</h2>
<h2>[v0.7.3] - 2021-07-03</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed compilation for native targets on non-x86 host systems (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/336">#336</a>, <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/337">#337</a>).</li>
</ul>
<h3>Added</h3>
<ul>
<li>The <code>Delay</code> struct now offers direct <code>delay_us()</code> and <code>delay_ms()</code> methods
without having to go through the embedded-hal traits (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/344">#344</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md">cortex-m-rt's changelog</a>.</em></p>
<blockquote>
<h2>[v0.7.3] - 2021-07-03</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed compilation for native targets on non-x86 host systems (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/336">#336</a>, <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/337">#337</a>).</li>
</ul>
<h3>Added</h3>
<ul>
<li>The <code>Delay</code> struct now offers direct <code>delay_us()</code> and <code>delay_ms()</code> methods
without having to go through the embedded-hal traits (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/344">#344</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/45e7ab72661a8823e98e8fba821f2addcea95d3f"><code>45e7ab7</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/345">#345</a></li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/1747d44c2aa0fa7744b6af588f9d9bb8b108a349"><code>1747d44</code></a> Prepare for v0.7.3.</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/47246ecc06f7a6665885fd19cd14f35fa390ab95"><code>47246ec</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/344">#344</a></li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/4a393e091b92d95754fb7c44562767e03d172ba5"><code>4a393e0</code></a> Update src/delay.rs</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/81336573bc47ca12e115683cf2823fa397fdcc09"><code>8133657</code></a> Use from instead of as</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/7329f5710843ca70f1fc2f0266c11805e98db870"><code>7329f57</code></a> remove inline on delay_us, and made u32 conversion syntax consistent</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/d13ebd2015b7a0326934d75fd04df5a4cba1f0a6"><code>d13ebd2</code></a> Use . syntax instead of :: on delay_ms</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/1a2b6eaaf65e09688a16e00c4ccd1ad1c9c32a70"><code>1a2b6ea</code></a> Use overflow-workaround on delay_ms</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/cf5dbcd90229a33fd6a2cedd3069cf66625d297f"><code>cf5dbcd</code></a> Remove dependence on embedded-hal for Delay</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/1a4e09646aa37c3408d69fe4452265f405400593"><code>1a4e096</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/341">#341</a></li>
<li>Additional commits viewable in <a href="https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cortex-m-rt&package-manager=cargo&previous-version=0.7.2&new-version=0.7.3)](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

bors Bot commented Feb 14, 2023

Copy link
Copy Markdown
Contributor

Build failed:

@ryan-summers

Copy link
Copy Markdown
Member

@jordens

jordens commented Feb 15, 2023

Copy link
Copy Markdown
Member

bors r+

bors Bot added a commit that referenced this pull request Feb 15, 2023
678: build(deps): bump cortex-m-rt from 0.7.2 to 0.7.3 r=jordens a=dependabot[bot]

Bumps [cortex-m-rt](https://github.com/rust-embedded/cortex-m) from 0.7.2 to 0.7.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-embedded/cortex-m/releases">cortex-m-rt's releases</a>.</em></p>
<blockquote>
<h2>v0.7.3</h2>
<h2>[v0.7.3] - 2021-07-03</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed compilation for native targets on non-x86 host systems (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/336">#336</a>, <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/337">#337</a>).</li>
</ul>
<h3>Added</h3>
<ul>
<li>The <code>Delay</code> struct now offers direct <code>delay_us()</code> and <code>delay_ms()</code> methods
without having to go through the embedded-hal traits (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/344">#344</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md">cortex-m-rt's changelog</a>.</em></p>
<blockquote>
<h2>[v0.7.3] - 2021-07-03</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed compilation for native targets on non-x86 host systems (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/336">#336</a>, <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/337">#337</a>).</li>
</ul>
<h3>Added</h3>
<ul>
<li>The <code>Delay</code> struct now offers direct <code>delay_us()</code> and <code>delay_ms()</code> methods
without having to go through the embedded-hal traits (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/344">#344</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/45e7ab72661a8823e98e8fba821f2addcea95d3f"><code>45e7ab7</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/345">#345</a></li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/1747d44c2aa0fa7744b6af588f9d9bb8b108a349"><code>1747d44</code></a> Prepare for v0.7.3.</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/47246ecc06f7a6665885fd19cd14f35fa390ab95"><code>47246ec</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/344">#344</a></li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/4a393e091b92d95754fb7c44562767e03d172ba5"><code>4a393e0</code></a> Update src/delay.rs</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/81336573bc47ca12e115683cf2823fa397fdcc09"><code>8133657</code></a> Use from instead of as</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/7329f5710843ca70f1fc2f0266c11805e98db870"><code>7329f57</code></a> remove inline on delay_us, and made u32 conversion syntax consistent</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/d13ebd2015b7a0326934d75fd04df5a4cba1f0a6"><code>d13ebd2</code></a> Use . syntax instead of :: on delay_ms</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/1a2b6eaaf65e09688a16e00c4ccd1ad1c9c32a70"><code>1a2b6ea</code></a> Use overflow-workaround on delay_ms</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/cf5dbcd90229a33fd6a2cedd3069cf66625d297f"><code>cf5dbcd</code></a> Remove dependence on embedded-hal for Delay</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/1a4e09646aa37c3408d69fe4452265f405400593"><code>1a4e096</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/341">#341</a></li>
<li>Additional commits viewable in <a href="https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cortex-m-rt&package-manager=cargo&previous-version=0.7.2&new-version=0.7.3)](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

bors Bot commented Feb 15, 2023

Copy link
Copy Markdown
Contributor

Build failed:

@jordens

jordens commented Feb 15, 2023

Copy link
Copy Markdown
Member

bors r+

@bors

bors Bot commented Feb 15, 2023

Copy link
Copy Markdown
Contributor

Build succeeded:

@bors
bors Bot merged commit f668513 into master Feb 15, 2023
@bors
bors Bot deleted the dependabot/cargo/cortex-m-rt-0.7.3 branch February 15, 2023 16:30
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