Skip to content

Commit

Permalink
Merge #716
Browse files Browse the repository at this point in the history
716: build(deps): bump num_enum from 0.5.11 to 0.6.0 r=ryan-summers a=dependabot[bot]

Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.11 to 0.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/illicitonion/num_enum/commit/d5662e436f3afe700a71351d6e2ebc3fbfe8114b"><code>d5662e4</code></a> Update to edition 2021</li>
<li><a href="https://github.com/illicitonion/num_enum/commit/b6fc9f00c6fbee36fba5541f7b1b0ff36c146bf2"><code>b6fc9f0</code></a> Specify MSRV</li>
<li><a href="https://github.com/illicitonion/num_enum/commit/df815d982f3d00a4b7bd89c83fff094191fa14d1"><code>df815d9</code></a> Specify exact dep on derive crate</li>
<li><a href="https://github.com/illicitonion/num_enum/commit/425277bf57d606f6bf984de05848e76dd1dd22a6"><code>425277b</code></a> Reduce minimum syn version to 2 (<a href="https://redirect.github.com/illicitonion/num_enum/issues/114">#114</a>)</li>
<li><a href="https://github.com/illicitonion/num_enum/commit/9bc84b1c12537ae3afd3009564e6b38ff82119f6"><code>9bc84b1</code></a> Update syn to v2 (<a href="https://redirect.github.com/illicitonion/num_enum/issues/113">#113</a>)</li>
<li><a href="https://github.com/illicitonion/num_enum/commit/e02abdcacac7269bffcbd6c93cd847b7b95477c6"><code>e02abdc</code></a> UnsafeFromPrimitive ignores default/alternatives (<a href="https://redirect.github.com/illicitonion/num_enum/issues/112">#112</a>)</li>
<li><a href="https://github.com/illicitonion/num_enum/commit/9b4642e5a7d59d7902b0402ddc75ca1c25eb48b8"><code>9b4642e</code></a> Make UnsafeFromPrimitive a trait (<a href="https://redirect.github.com/illicitonion/num_enum/issues/79">#79</a>)</li>
<li><a href="https://github.com/illicitonion/num_enum/commit/c90528c5b96858763fedcf2853d4c605247221ae"><code>c90528c</code></a> Bump to 0.6.0</li>
<li><a href="https://github.com/illicitonion/num_enum/commit/0e2d006daaf156fb60d1cc677a52d09186e48b86"><code>0e2d006</code></a> TryFromPrimitive ignores default attributes</li>
<li>See full diff in <a href="https://github.com/illicitonion/num_enum/compare/0.5.11...0.6.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=num_enum&package-manager=cargo&previous-version=0.5.11&new-version=0.6.0)](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] committed Apr 4, 2023
2 parents 484963b + e4bfb42 commit 9cd23d0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
28 changes: 24 additions & 4 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 @@ -43,7 +43,7 @@ heapless = { version = "0.7.16", features = ["serde"] }
cortex-m-rtic = "1.0"
embedded-hal = "0.2.7"
nb = "1.1.0"
num_enum = { version = "0.5.11", default-features = false }
num_enum = { version = "0.6.0", default-features = false }
paste = "1"
idsp = "0.9"
ad9959 = { path = "ad9959", version = "0.2.0" }
Expand Down

0 comments on commit 9cd23d0

Please sign in to comment.