mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Auto merge of #29036 - servo:dependabot/cargo/num_cpus-1.14.0, r=jdm
chore(deps): bump num_cpus from 1.13.1 to 1.14.0 Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.13.1 to 1.14.0. <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.14.0</h2> <h2>Features</h2> <ul> <li>Support cgroups v2 by <a href="https://github.com/OrionNebula"><code>@OrionNebula</code></a> in <a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/pull/125">seanmonstar/num_cpus#125</a></li> <li>Do not attempt to open files in Miri by <a href="https://github.com/RalfJung"><code>@RalfJung</code></a> in <a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/pull/121">seanmonstar/num_cpus#121</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RalfJung"><code>@RalfJung</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/pull/121">seanmonstar/num_cpus#121</a></li> <li><a href="https://github.com/OrionNebula"><code>@OrionNebula</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/pull/125">seanmonstar/num_cpus#125</a></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.14.0</h2> <h3>Features</h3> <ul> <li>add support for cgroups v2</li> <li>Skip reading files in Miri</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="90373f3865
"><code>90373f3</code></a> v1.14.0</li> <li><a href="4f0f2a484e
"><code>4f0f2a4</code></a> Support reading cpu.max from cgroups v2 (<a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/issues/125">#125</a>)</li> <li><a href="354348cc08
"><code>354348c</code></a> do not attempt to open files in Miri (<a href="https://github-redirect.dependabot.com/seanmonstar/num_cpus/issues/121">#121</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/num_cpus/compare/v1.13.1...v1.14.0">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
3687ebccc3
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4333,9 +4333,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "num_cpus"
|
name = "num_cpus"
|
||||||
version = "1.13.1"
|
version = "1.14.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hermit-abi",
|
"hermit-abi",
|
||||||
"libc",
|
"libc",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue