build(deps): bump heapless from 0.7.2 to 0.7.3#397
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/cargo/heapless-0.7.3
branch
from
July 16, 2021 13:51
12d348f to
9367b86
Compare
Member
|
bors merge |
bors Bot
added a commit
that referenced
this pull request
Jul 16, 2021
397: build(deps): bump heapless from 0.7.2 to 0.7.3 r=jordens a=dependabot[bot] Bumps [heapless](https://github.com/japaric/heapless) from 0.7.2 to 0.7.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/japaric/heapless/blob/master/CHANGELOG.md">heapless's changelog</a>.</em></p> <blockquote> <h2>[v0.7.3] - 2021-07-1</h2> <h3>Changed</h3> <ul> <li><code>Box::freeze</code> is deprecated due to possibility of undefined behavior.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/japaric/heapless/commit/2390ab798c43dbde2df46ecb35404b0da24558f5"><code>2390ab7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/japaric/heapless/issues/217">#217</a> from japaric/deprecate-freeze-v0.7.3</li> <li><a href="https://github.com/japaric/heapless/commit/01f16f17164e9ec579351956bdc96e4120baa765"><code>01f16f1</code></a> Deprecate <code>Box::freeze</code>, prepare v0.7.3</li> <li>See full diff in <a href="https://github.com/japaric/heapless/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> 398: build(deps): bump cortex-m from 0.7.2 to 0.7.3 r=jordens a=dependabot[bot] Bumps [cortex-m](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'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'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> 399: build(deps): bump cortex-m-rtic from 0.5.6 to 0.5.7 r=jordens a=dependabot[bot] Bumps [cortex-m-rtic](https://github.com/rtic-rs/cortex-m-rtic) from 0.5.6 to 0.5.7. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rtic-rs/cortex-m-rtic/blob/v0.5.7/CHANGELOG.md">cortex-m-rtic's changelog</a>.</em></p> <blockquote> <h2>[v0.5.7] - 2021-07-05</h2> <ul> <li>Backport: "you must enable the rt feature" compile time detection</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/356f53ddc3d4b719c369a6063729b4f0e9e22c16"><code>356f53d</code></a> v0.5.7 release</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/aa835e848b7a630ea95b9e8a4ed45bd6c932dc14"><code>aa835e8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/493">#493</a> from rtic-rs/you-must-enable-the-rt-feature</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/b704894b03b5a58b837d0dcf383464088397d932"><code>b704894</code></a> run cargo fmt</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/73a4d7c8bdec1589992c51c3912a2abcd820d535"><code>73a4d7c</code></a> improve the error message</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/f042807d435be79a713713ef19278c22b80d9766"><code>f042807</code></a> generate error if "rt" feature is not enabled</li> <li>See full diff in <a href="https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.6...v0.5.7">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> 402: build(deps): bump num_enum from 0.5.1 to 0.5.2 r=jordens a=dependabot[bot] Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.1 to 0.5.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/illicitonion/num_enum/commit/bb8a680bd3fb4efd31774b347f85a23eb8196885"><code>bb8a680</code></a> Release 0.5.2 (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/51">#51</a>)</li> <li><a href="https://github.com/illicitonion/num_enum/commit/606b5d37b81284991a38ad1bdfb5909a7ac0155a"><code>606b5d3</code></a> Use extended_key_value_attributes for rustdoc (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/50">#50</a>)</li> <li><a href="https://github.com/illicitonion/num_enum/commit/8385dc995b6a796b02e072f02e9019f15b334791"><code>8385dc9</code></a> Bump proc-macro-crate to 1 (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/48">#48</a>)</li> <li><a href="https://github.com/illicitonion/num_enum/commit/1c820e2befbad968258a86af01b5a671f44ccb94"><code>1c820e2</code></a> Update expected error messages (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/49">#49</a>)</li> <li><a href="https://github.com/illicitonion/num_enum/commit/d0ac4cd13e62d08313e4c8f8fba2ceca113b5ca5"><code>d0ac4cd</code></a> Give a friendly error for enums with fields (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/45">#45</a>)</li> <li><a href="https://github.com/illicitonion/num_enum/commit/0e2030c2eff403bb7d903ac16b7cc30dfe46c2d4"><code>0e2030c</code></a> Fix test expectations on nightly (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/46">#46</a>)</li> <li><a href="https://github.com/illicitonion/num_enum/commit/83dab7df14b7d6919b472e4d5bc0e6bf0f315317"><code>83dab7d</code></a> Fix test expectation on beta (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/43">#43</a>)</li> <li><a href="https://github.com/illicitonion/num_enum/commit/380e108908cbd94a6eb9f8a162b45940ed5f0191"><code>380e108</code></a> Remove unnecessary <code>unsafe</code> blocks from FromPrimitive example (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/42">#42</a>)</li> <li><a href="https://github.com/illicitonion/num_enum/commit/6b52ecdab0950354a89abb749a3e863bd6d791e0"><code>6b52ecd</code></a> Fix nightly test expectation again (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/40">#40</a>)</li> <li><a href="https://github.com/illicitonion/num_enum/commit/7343332c02c80293d7d304a387f8574a3be533d3"><code>7343332</code></a> Fix nightly test expectation (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/39">#39</a>)</li> <li>Additional commits viewable in <a href="https://github.com/illicitonion/num_enum/compare/0.5.1...0.5.2">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
|
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Required status check \"doc\" is queued.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
Member
|
bors merge |
bors Bot
added a commit
that referenced
this pull request
Jul 16, 2021
397: build(deps): bump heapless from 0.7.2 to 0.7.3 r=jordens a=dependabot[bot] Bumps [heapless](https://github.com/japaric/heapless) from 0.7.2 to 0.7.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/japaric/heapless/blob/master/CHANGELOG.md">heapless's changelog</a>.</em></p> <blockquote> <h2>[v0.7.3] - 2021-07-1</h2> <h3>Changed</h3> <ul> <li><code>Box::freeze</code> is deprecated due to possibility of undefined behavior.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/japaric/heapless/commit/2390ab798c43dbde2df46ecb35404b0da24558f5"><code>2390ab7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/japaric/heapless/issues/217">#217</a> from japaric/deprecate-freeze-v0.7.3</li> <li><a href="https://github.com/japaric/heapless/commit/01f16f17164e9ec579351956bdc96e4120baa765"><code>01f16f1</code></a> Deprecate <code>Box::freeze</code>, prepare v0.7.3</li> <li>See full diff in <a href="https://github.com/japaric/heapless/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>
Bumps [heapless](https://github.com/japaric/heapless) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/japaric/heapless/releases) - [Changelog](https://github.com/japaric/heapless/blob/master/CHANGELOG.md) - [Commits](rust-embedded/heapless@v0.7.2...v0.7.3) --- updated-dependencies: - dependency-name: heapless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Canceled. |
dependabot
Bot
force-pushed
the
dependabot/cargo/heapless-0.7.3
branch
from
July 16, 2021 14:54
9367b86 to
bac1607
Compare
Member
|
bors merge |
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 heapless from 0.7.2 to 0.7.3.
Changelog
Sourced from heapless's changelog.
Commits
2390ab7Merge pull request #217 from japaric/deprecate-freeze-v0.7.301f16f1DeprecateBox::freeze, prepare v0.7.3Dependabot 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)