Skip to content

Commit

Permalink
Merge #593
Browse files Browse the repository at this point in the history
593: build(deps): bump heapless from 0.7.15 to 0.7.16 r=ryan-summers a=dependabot[bot]

Bumps [heapless](https://github.com/japaric/heapless) from 0.7.15 to 0.7.16.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/japaric/heapless/blob/main/CHANGELOG.md">heapless's changelog</a>.</em></p>
<blockquote>
<h2>[v0.7.16] - 2022-08-09</h2>
<h3>Added</h3>
<ul>
<li>add more <code>PartialEq</code> implementations to <code>Vec</code> where <code>Vec</code> is the RHS</li>
</ul>
<h3>Changed</h3>
<h3>Fixed</h3>
<ul>
<li>clarify in the docs that the capacity <code>heapless::String</code> is in bytes, not characters</li>
<li>Fixed some broken links in the documentation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/japaric/heapless/commit/8a98b2650deceda3bc6a1d0c8aef3f7778cf37c4"><code>8a98b26</code></a> v0.7.16</li>
<li><a href="https://github.com/japaric/heapless/commit/ca2dd9687f75ebff0edda4b734213a01e3bce843"><code>ca2dd96</code></a> Merge <a href="https://github-redirect.dependabot.com/japaric/heapless/issues/307">#307</a></li>
<li><a href="https://github.com/japaric/heapless/commit/33152e3619957fba460496d1f49990b12886788e"><code>33152e3</code></a> update changelog after <a href="https://github-redirect.dependabot.com/japaric/heapless/issues/303">#303</a></li>
<li><a href="https://github.com/japaric/heapless/commit/3a59006b99fcab0bf836c70a223b27f35a250db1"><code>3a59006</code></a> Merge <a href="https://github-redirect.dependabot.com/japaric/heapless/issues/304">#304</a></li>
<li><a href="https://github.com/japaric/heapless/commit/c333a6c3b6768b92bdbb1fbf78117a83f1ae6c69"><code>c333a6c</code></a> Merge <a href="https://github-redirect.dependabot.com/japaric/heapless/issues/303">#303</a></li>
<li><a href="https://github.com/japaric/heapless/commit/e3e3bd42fdce00c398f816fbfca9c4400608116c"><code>e3e3bd4</code></a> applease rustfmt</li>
<li><a href="https://github.com/japaric/heapless/commit/5c99525b02df7e968b1010fa685ef0a962a2b091"><code>5c99525</code></a> Add doc fix to changelog</li>
<li><a href="https://github.com/japaric/heapless/commit/a7a807a6c2ffda7b35b5b99668e9f2909e387e11"><code>a7a807a</code></a> Make the docs build</li>
<li><a href="https://github.com/japaric/heapless/commit/5dc13b35c110cd13228ff2bfb670c6a8e4167780"><code>5dc13b3</code></a> Vec - PartialEq where Rhs is the Vec</li>
<li><a href="https://github.com/japaric/heapless/commit/14639156894125d75b908405cc228eb4b550c85d"><code>1463915</code></a> Merge <a href="https://github-redirect.dependabot.com/japaric/heapless/issues/302">#302</a></li>
<li>Additional commits viewable in <a href="https://github.com/japaric/heapless/compare/v0.7.15...v0.7.16">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=heapless&package-manager=cargo&previous-version=0.7.15&new-version=0.7.16)](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>
  • Loading branch information
bors[bot] and dependabot[bot] authored Aug 10, 2022
2 parents ff4507a + cc6f2dc commit 8783b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cortex-m-rt = { version = "0.7", features = ["device"] }
log = { version = "0.4", features = ["max_level_trace", "release_max_level_info"] }
rtt-target = { version = "0.3", features = ["cortex-m"] }
serde = { version = "1.0", features = ["derive"], default-features = false }
heapless = { version = "0.7.14", features = ["serde"] }
heapless = { version = "0.7.16", features = ["serde"] }
cortex-m-rtic = "1.0"
embedded-hal = "0.2.7"
nb = "1.0.0"
Expand Down

0 comments on commit 8783b11

Please sign in to comment.