Skip to content

Commit

Permalink
Merge #441
Browse files Browse the repository at this point in the history
441: Bump core_affinity from 0.5.10 to 0.7.5 r=mkroening a=dependabot[bot]

Bumps [core_affinity](https://github.com/Elzair/core_affinity_rs) from 0.5.10 to 0.7.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/87b3371bfd45bf5b913d988262886a887d467bee"><code>87b3371</code></a> Bumped version number to fix bug on OSX</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/130f543b291b4e6358bf66afd880df488017a7f9"><code>130f543</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/14">#14</a> from nicolas-siplis/master</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/19c66423031e3eb6437b83b280c7098ed666ddc0"><code>19c6642</code></a> Bumped version number</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/7503ef474eee85d44c1aad812a8abc47f0789883"><code>7503ef4</code></a> Fixed Windows issue</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/fd075a63096fe429b10cc502c6520666acd34ab5"><code>fd075a6</code></a> Fix set_for_current_helper in macOS.</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/805b476e7354430c9fa40f852d769f4db6c41918"><code>805b476</code></a> Updated documentation to make it clear that core_affinity::get_core_ids() onl...</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/79765a1dbfb1b94d5c261271be411811bed31a2c"><code>79765a1</code></a> Updated example in README.md with new API</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/77c8a793b13248c5de818187ca15ce5d78fc9083"><code>77c8a79</code></a> core_affinity::set_for_current() returns bool to check if operation failed</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/75c7bdae0d1ad6f93c678a360c45b8c77f0a2697"><code>75c7bda</code></a> Added PartialEq, and Eq for CoreId</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/8c95b051add9461db38dee2082d5af17b4c1bc0d"><code>8c95b05</code></a> Bumped dependencies and version number</li>
<li>Additional commits viewable in <a href="https://github.com/Elzair/core_affinity_rs/compare/0.5.10...0.7.5">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=core_affinity&package-manager=cargo&previous-version=0.5.10&new-version=0.7.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 Nov 29, 2022
2 parents f1a674f + 793bdd3 commit f856532
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 34 deletions.
43 changes: 10 additions & 33 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 @@ -40,7 +40,7 @@ instrument = ["rftrace", "rftrace-frontend"]
[dependencies]
byte-unit = { version = "4.0", default-features = false, features = ["std"] }
clap = { version = "4.0", features = ["derive", "env"] }
core_affinity = "0.5"
core_affinity = "0.7"
either = "1.8"
env_logger = "0.10"
gdbstub = "0.6"
Expand Down

0 comments on commit f856532

Please sign in to comment.