build(deps): bump cortex-m-rt from 0.7.2 to 0.7.3#678
Merged
Conversation
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>
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 /> [](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>
Contributor
|
Build failed: |
Member
|
Just FYI, we definitely want this update: https://github.com/rustsec/advisory-db/blob/main/crates/cortex-m-rt/RUSTSEC-2023-0014.md |
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 /> [](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>
Contributor
|
Build failed: |
Member
|
bors r+ |
Contributor
|
Build succeeded: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps cortex-m-rt from 0.7.2 to 0.7.3.
Release notes
Sourced from cortex-m-rt's releases.
Changelog
Sourced from cortex-m-rt's changelog.
Commits
45e7ab7Merge #3451747d44Prepare for v0.7.3.47246ecMerge #3444a393e0Update src/delay.rs8133657Use from instead of as7329f57remove inline on delay_us, and made u32 conversion syntax consistentd13ebd2Use . syntax instead of :: on delay_ms1a2b6eaUse overflow-workaround on delay_mscf5dbcdRemove dependence on embedded-hal for Delay1a4e096Merge #341Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)