Skip to content

Commit

Permalink
Merge #648
Browse files Browse the repository at this point in the history
648: build(deps): bump systick-monotonic from 1.0.0 to 1.0.1 r=jordens a=dependabot[bot]

Bumps [systick-monotonic](https://github.com/rtic-rs/systick-monotonic) from 1.0.0 to 1.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rtic-rs/systick-monotonic/blob/master/CHANGELOG.md">systick-monotonic's changelog</a>.</em></p>
<blockquote>
<h2>[v1.0.1]</h2>
<h3>Added</h3>
<ul>
<li>Explicit use of wrapping add for <code>cnt</code> counter</li>
<li>Asserts to check the <code>reload</code> value</li>
<li>CI changelog entry enforcer</li>
</ul>
<h3>Changed</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rtic-rs/systick-monotonic/commit/c2b5f676c419c86e8df032b9833362f17bf077b3"><code>c2b5f67</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/systick-monotonic/issues/10">#10</a></li>
<li><a href="https://github.com/rtic-rs/systick-monotonic/commit/7d9589974bb8942bae15138ff175f5de2e269a0a"><code>7d95899</code></a> preprare for 1.0.1 release</li>
<li><a href="https://github.com/rtic-rs/systick-monotonic/commit/1b8fdce6aa594c1d063b0bbcc3965692e4f3e576"><code>1b8fdce</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/systick-monotonic/issues/9">#9</a></li>
<li><a href="https://github.com/rtic-rs/systick-monotonic/commit/083b1d0e96be52d80e6f7491fb1fc9a91515e7e0"><code>083b1d0</code></a> Explicitly wrap the ticks counter</li>
<li><a href="https://github.com/rtic-rs/systick-monotonic/commit/f0baf434eec7630768b0a12208d38c08b2ce9a73"><code>f0baf43</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/systick-monotonic/issues/8">#8</a></li>
<li><a href="https://github.com/rtic-rs/systick-monotonic/commit/4359c0ffa69a19d60652583d07242d487d3efb41"><code>4359c0f</code></a> Added CI changelog enforcer</li>
<li><a href="https://github.com/rtic-rs/systick-monotonic/commit/5fde42cb88a1b4111893f5032b822bfccc135963"><code>5fde42c</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/systick-monotonic/issues/7">#7</a></li>
<li><a href="https://github.com/rtic-rs/systick-monotonic/commit/3523f1204ada48f13fd6e2893d2f8900996a4c8e"><code>3523f12</code></a> Improved documentation of ::new(), added bounds checks</li>
<li>See full diff in <a href="https://github.com/rtic-rs/systick-monotonic/compare/v1.0.0...v1.0.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=systick-monotonic&package-manager=cargo&previous-version=1.0.0&new-version=1.0.1)](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 Nov 14, 2022
2 parents 8d05c10 + 7b06c45 commit 9d90b67
Showing 1 changed file with 2 additions and 2 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.

0 comments on commit 9d90b67

Please sign in to comment.