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

   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.36.0</h1>
   <ul>
   <li>Add new <code>Motherboard</code> type.</li>
   <li>Add new <code>Product</code> type.</li>
   <li>Linux/macOS: Fix CPU usage update.</li>
   <li>Linux: Improve <code>Component::label</code> generated 
<code>String</code>.</li>
   <li>macOS: Make <code>Components</code> implement <code>Send</code> and 
<code>Sync</code> traits.</li>
   </ul>
   <h1>0.35.2</h1>
   <ul>
   <li>Linux: Fix retrieval of processor frequency on loongarch64.</li>
   <li>Linux/Android: Improve <code>Process::wait</code> by checking if the 
process is still alive before waiting.</li>
   <li>Windows: Fix <code>Process::wait</code>.</li>
   </ul>
   <h1>0.35.1</h1>
   <ul>
   <li>Linux: Fix processor retrieval if some information is missing.</li>
   <li>Windows: Increase range of <code>windows</code> crate up to <code>&lt; 
0.63</code>.</li>
   </ul>
   <h1>0.35.0</h1>
   <ul>
   <li>Update MSRV to 1.75.</li>
   <li>Add <code>System::open_files_limit</code>.</li>
   <li>Add <code>Process::kill_and_wait</code> and 
<code>Process::kill_with_and_wait</code> methods.</li>
   <li><code>Process::open_files*</code> methods return <code>usize</code>.</li>
   <li><code>set_open_files_limit</code> argument type is 
<code>usize</code>.</li>
   <li>Code example was improved.</li>
   <li>macOS: Fix M4 CPU frequency calculation.</li>
   <li>Linux: Correctly handle when new CPUs are added.</li>
   <li>Linux: Ignore <code>autofs</code> disks.</li>
   <li>Linux (raspberry pi): Retrieve more thermal zones.</li>
   <li>Android: Update documentation to mention that newer Android version 
don't allow to retrieve CPU information.</li>
   <li>Windows: Improve <code>Process::wait</code> code.</li>
   <li>Windows: Fix <code>Groups::refresh</code>.</li>
   </ul>
   <h1>0.34.2</h1>
   <ul>
   <li>FreeBSD: Fix segfault when refreshing processes.</li>
   </ul>
   <h1>0.34.1</h1>
   <ul>
   <li>macOS: Remove forgotten debug print.</li>
   </ul>
   <h1>0.34.0</h1>
   <ul>
   <li><code>multithread</code> feature is disabled by default.</li>
   <li>Add new <code>Process</code> methods: <code>accumulated_cpu_time</code>, 
<code>exists</code>, <code>open_files</code> and 
<code>open_files_limit</code>.</li>
   <li><code>Process::wait</code> method now returns 
<code>Option&lt;ExitStatus&gt;</code>.</li>
   <li>Add new <code>System</code> methods: <code>distribution_id_like</code> 
and <code>kernel_long_version</code>.</li>
   <li>Turn <code>System::physical_core_count</code> method into an associated 
function.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/57876c00f57d82fd1c21cfb74821f03a9081ba3b";><code>57876c0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1555";>#1555</a> 
from GuillaumeGomez/update</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/d571f4fbd21e84879da202033fb80073e799faeb";><code>d571f4f</code></a>
 Update crate version to <code>0.36.0</code></li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/ef8ef9736d2bf76c34a7075f3bfaa632f05ca866";><code>ef8ef97</code></a>
 Update CHANGELOG for <code>0.36.0</code></li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/e3b69fa692a2772603ca76e8e0a880d78400d163";><code>e3b69fa</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1554";>#1554</a> 
from GuillaumeGomez/motherboard-naming</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/a24ffc9c32371c29a90b8433f0714a67a880bce6";><code>a24ffc9</code></a>
 Improve <code>Motherboard</code> API naming</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/14cb50878ec81ecef9cd0019c8a0626341d60991";><code>14cb508</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1553";>#1553</a> 
from GuillaumeGomez/product</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/fddff318d6c13b7f24b13532b7d8c692a2d270d1";><code>fddff31</code></a>
 Add new <code>Product</code> type</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/4b0cafca4a19e6b0b47b786fc760c91a4feeb2e1";><code>4b0cafc</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1552";>#1552</a> 
from GuillaumeGomez/send-and-sync</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/92cb5ed86edff84337485600a9d7c6a969fc7366";><code>92cb5ed</code></a>
 Add test to check <code>Send</code> and <code>Sync</code> traits are 
implemented on all types</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/54f2d92aa1ac4ca9f2117ac0ca61a5e023f19d84";><code>54f2d92</code></a>
 Make macOS ARM <code>Components</code> implement <code>Send</code> and 
<code>Sync</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.35.0...v0.36.0";>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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to