mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #28857 - servo:dependabot/cargo/num_cpus-1.13.1, r=jdm
Bump num_cpus from 1.13.0 to 1.13.1 Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.13.0 to 1.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/num_cpus/releases">num_cpus's releases</a>.</em></p> <blockquote> <h2>v1.13.1</h2> <h3>Fixes</h3> <ul> <li>fix parsing zero or multiple optional fields in cgroup mountinfo.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md">num_cpus's changelog</a>.</em></p> <blockquote> <h2>v1.13.1</h2> <h3>Fixes</h3> <ul> <li>fix parsing zero or multiple optional fields in cgroup mountinfo.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5f1b033320
"><code>5f1b033</code></a> v1.13.1</li> <li><a href="a1c3827573
"><code>a1c3827</code></a> fix(cgroup): fix parse zero or multi optional fields in mountinfo (<a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/issues/113">#113</a>)</li> <li><a href="f9b41366dc
"><code>f9b4136</code></a> ci: merge ci files into 1 (<a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/issues/116">#116</a>)</li> <li><a href="ef39d0912d
"><code>ef39d09</code></a> ci: set up github action workflow for rust (<a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/issues/114">#114</a>)</li> <li><a href="fa15b13b72
"><code>fa15b13</code></a> Fix crates.io badge (<a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/issues/110">#110</a>)</li> <li><a href="a49a203704
"><code>a49a203</code></a> Document always returning at least 1 core (<a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/issues/106">#106</a>)</li> <li><a href="b423db0a69
"><code>b423db0</code></a> Cull unused libc dependency on windows (<a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/issues/101">#101</a>)</li> <li><a href="9b146faf09
"><code>9b146fa</code></a> Update license field (<a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/issues/100">#100</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/num_cpus/compare/v1.13.0...v1.13.1">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
commit
b72ce9f76c
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4357,9 +4357,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "num_cpus"
|
||||
version = "1.13.0"
|
||||
version = "1.13.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
||||
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
||||
dependencies = [
|
||||
"hermit-abi",
|
||||
"libc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue