dependabot[bot] opened a new pull request, #6182:
URL: https://github.com/apache/arrow-rs/pull/6182

   Updates the requirements on 
[sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest 
version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md";>sysinfo's
 changelog</a>.</em></p>
   <blockquote>
   <h1>0.31.2</h1>
   <ul>
   <li>Remove <code>bstr</code> dependency (needed for rustc development).</li>
   </ul>
   <h1>0.31.1</h1>
   <ul>
   <li>Downgrade version of <code>memchr</code> (needed for rustc 
development).</li>
   </ul>
   <h1>0.31.0</h1>
   <ul>
   <li>Split crate in features to only enable what you need.</li>
   <li>Remove <code>System::refresh_process</code>, 
<code>System::refresh_process_specifics</code> and 
<code>System::refresh_pids</code>
   methods.</li>
   <li>Add new argument of type <code>ProcessesToUpdate</code> to 
<code>System::refresh_processes</code> and 
<code>System::refresh_processes_specifics</code> methods.</li>
   <li>Add new <code>NetworkData::ip_networks</code> method.</li>
   <li>Add new <code>System::refresh_cpu_list</code> method.</li>
   <li>Global CPU now only contains CPU usage.</li>
   <li>Rename <code>TermalSensorType</code> to 
<code>ThermalSensorType</code>.</li>
   <li>Process names is now an <code>OsString</code>.</li>
   <li>Remove <code>System::global_cpu_info</code>.</li>
   <li>Add <code>System::global_cpu_usage</code>.</li>
   <li>macOS: Fix invalid CPU computation when single processes are refreshed 
one after the other.</li>
   <li>Windows: Fix virtual memory computation.</li>
   <li>Windows: Fix WoW64 parent process refresh.</li>
   <li>Linux: Retrieve RSS (Resident Set Size) memory for cgroups.</li>
   </ul>
   <h1>0.30.13</h1>
   <ul>
   <li>macOS: Fix segfault when calling <code>Components::refresh_list</code> 
multiple times.</li>
   <li>Windows: Fix CPU arch retrieval.</li>
   </ul>
   <h1>0.30.12</h1>
   <ul>
   <li>FreeBSD: Fix network interfaces retrieval (one was always missing).</li>
   </ul>
   <h1>0.30.11</h1>
   <ul>
   <li>macOS: Fix some invalid utf8 conversions.</li>
   </ul>
   <h1>0.30.10</h1>
   <ul>
   <li>Linux: Fix components not being listed anymore.</li>
   </ul>
   <h1>0.30.9</h1>
   <ul>
   <li>Linux/Windows: Performance improvements.</li>
   <li>Linux/macOS/FreeBSD: Parent process ID is updated if changed as 
expected.</li>
   </ul>
   <h1>0.30.8</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/176db2852c29f3fcf35f213bebaa2790a35be454";><code>176db28</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1333";>#1333</a> 
from GuillaumeGomez/update</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/3bd911977a0fc439a1d02de34ae5766df1847c0c";><code>3bd9119</code></a>
 Update crate version to 0.31.2</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/c0b46af1ccfb7df0b8f44ac4f03e5bffa938e72e";><code>c0b46af</code></a>
 Update CHANGELOG for 0.31.2</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/9009bb628c3f2a60bc0e6fa6811aad7b1f927314";><code>9009bb6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1332";>#1332</a> 
from GuillaumeGomez/rm-bstr</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/73db406a181c03f1135aa7ae86266d539a73bcf2";><code>73db406</code></a>
 Remove usage of <code>trim_ascii</code> for now</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/6c1ef4a7a7a9bc371c0ce0ee06aac6412a7159ca";><code>6c1ef4a</code></a>
 Remove <code>bstr</code> dependency</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/5c40b60a93d3136aad111cca1a7423a2926d50a0";><code>5c40b60</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1331";>#1331</a> 
from GuillaumeGomez/update</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/84502ec0a429d2397f80eeab66d6c53145263f73";><code>84502ec</code></a>
 Update crate version to 0.31.1</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/51a972223b47ecb65a0a13c714f227509181feb4";><code>51a9722</code></a>
 Update CHANGELOG for 0.31.1</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/87ac0dd51bd4119065db7b7468cb85b4ae937b36";><code>87ac0dd</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1330";>#1330</a> 
from GuillaumeGomez/downgrade</li>
   <li>Additional commits viewable in <a 
href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.30.13...v0.31.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to