-
Notifications
You must be signed in to change notification settings - Fork 97
Commit 951b163
Merge #398
398: Update core_affinity requirement from 0.7 to 0.8 r=stlankes a=dependabot[bot]
Updates the requirements on [core_affinity](https://github.com/Elzair/core_affinity_rs) to permit the latest version.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/cdd6a4aa5091e7de9509001b39326cbde7c953e4"><code>cdd6a4a</code></a> Bumped version to 0.8.0</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/84709c896d6f26cb8dbfa7544219173eb7af54c0"><code>84709c8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/17">#17</a> from figsoda/master</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/0d7325e4f579ee1992a2830b7b241bc939947628"><code>0d7325e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/18">#18</a> from grembo/freebsd-affinity</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/604ca58f6a56fd975462412ab2330910a6976364"><code>604ca58</code></a> Make stub helper for unsupported OSes return false</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/274f097eb058919208544c2838174a60e1d6dd66"><code>274f097</code></a> Actually set/get cpu affinity on FreeBSD</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/63d25fab1775b8156515d32cf83e505b3657243e"><code>63d25fa</code></a> Don't link System framework on macos</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/d217f7ff731980d2f94c4d3081c13e37b73014f6"><code>d217f7f</code></a> Bumped version</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/e58efabae410452b6edfa067fcc89e8655e1216f"><code>e58efab</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/15">#15</a> from stlankes/patch-1</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/7c791d4a97685783dc9f75de686e8146da1f7b24"><code>7c791d4</code></a> Fix set_for_current_helper</li>
<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>Additional commits viewable in <a href="https://github.com/Elzair/core_affinity_rs/compare/0.7.0...0.8.0">compare view</a></li>
</ul>
</details>
<br />
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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- benches/netbench
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedbenches/netbench/Cargo.toml
Copy file name to clipboardExpand all lines: benches/netbench/Cargo.toml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
0 commit comments