Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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