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

   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.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>
   <li>Make <code>System::refresh_all</code> and 
<code>System::refresh_specifics</code> methods remove dead processes.</li>
   <li>Add new <code>ProcessRefreshKind</code> refresh: <code>tasks</code>.</li>
   <li>Fix <code>Group</code> docs.</li>
   <li>Implement <code>Deserialize</code> trait on <code>DiskKind</code>, 
<code>MacAddr</code>, <code>IpNetwork</code>, <code>ProcessStatus</code>, 
<code>Signal</code> and <code>ThreadKind</code>.</li>
   <li>Implement <code>FromStr</code> trait on <code>IpNetwork</code> and 
<code>MacAddr</code>.</li>
   <li>Implement <code>Hash</code> trait on <code>DiskKind</code>, 
<code>MacAddr</code>, <code>ProcessStatus</code> and <code>Signal</code>.</li>
   <li>macOS: Removed processes are now correctly handled when refreshing 
processes.</li>
   <li>macOS: Strenghten dist list refresh.</li>
   <li>macOS: Fix internal <code>cfg</code> handling which triggered 
compilation failures in some specific cases.</li>
   <li>Linux: max cgroups memory is more reliant in case of wrong input.</li>
   <li>Linux: Fix processes tasks update.</li>
   <li>Linux: Improve disks retrieval.</li>
   <li>Windows: Fix antivirus considering programs using <code>sysinfo</code> 
as viruses by replacing uses of <code>NtQueryInformationProcess</code> with 
other &quot;mainstream&quot; Windows API.</li>
   <li>Windows: Improve CPU usage computation efficiency.</li>
   <li>FreeBSD: Improve <code>process_procs</code> when there is only one 
process to refresh.</li>
   </ul>
   <h1>0.33.1</h1>
   <ul>
   <li>Linux: Fix components retrieval.</li>
   <li>Linux: Filter out more virtual file systems for <code>Disk</code> 
API.</li>
   <li>Linux/Android: Improve <code>System::long_os_version()</code>.</li>
   <li>Apple: Add missing CPU brands for iPhone and iPads.</li>
   <li>macOS: Improve system name retrieval in 
<code>System::long_os_version()</code>.</li>
   <li>Linux/macOS: Avoid trailing whitespace and consecutive whitespace in 
<code>System::long_os_version()</code>.</li>
   <li>Windows: Fix <code>User::groups</code>.</li>
   <li>Improve documentation for <code>System::name</code>, 
<code>System::kernel_version</code>, <code>System::os_version</code>, 
<code>System::long_os_version</code> and 
<code>System::distribution_id</code>.</li>
   </ul>
   <h1>0.33.0</h1>
   <ul>
   <li>Linux: Add more ARM vendor IDs.</li>
   <li>Linux: Improve CPU computation when refreshing a single process CPU 
usage.</li>
   <li>Windows: Fix CPU frequency not being refreshed.</li>
   <li>Windows: Improved components retrieval.</li>
   <li>Windows: Fix inconsistent <code>boot_time</code> information.</li>
   <li>Windows: Fix <code>User::groups</code>.</li>
   <li>macOS: Fix network data information being limited to 32 bits.</li>
   <li>macOS: Add newer macOS version for 
<code>System::long_os_version</code>.</li>
   <li>unix: Add support for network sub-interfaces.</li>
   <li>Use <code>std::env::consts::ARCH</code> as fallback for 
<code>System::cpu_arch</code>.</li>
   <li>Add disk I/O support provided through <code>Disk::usage</code>.</li>
   <li>Add <code>NetworkData::mtu</code>.</li>
   <li>Add <code>DiskRefreshKind</code> to have finer-grained disks 
refreshes.</li>
   <li><code>Component::temperature</code> and <code>Component::max</code> now 
returns <code>Option&lt;f32&gt;</code>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/GuillaumeGomez/sysinfo/commits";>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