This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 0e97133d6d Update sysinfo requirement from 0.37.1 to 0.38.1 (#9383)
0e97133d6d is described below
commit 0e97133d6d3368dff45387b05f272546e49c3e1e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 14:06:45 2026 -0500
Update sysinfo requirement from 0.37.1 to 0.38.1 (#9383)
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/main/CHANGELOG.md">sysinfo's
changelog</a>.</em></p>
<blockquote>
<h1>0.38.1</h1>
<ul>
<li>macOS: Put back support for versions below macOS 12.</li>
</ul>
<h1>0.38.0</h1>
<ul>
<li>Add NetBSD support.</li>
<li>Windows: Fix unsoundness for a function used in
<code>Motherboard</code> and <code>Product</code>.</li>
<li>Linux: Improve CPU info parsing.</li>
<li>Fix <code>serde</code> serialization of <code>MacAddr</code> and of
<code>Disk::file_system</code>.</li>
</ul>
<h1>0.37.2</h1>
<ul>
<li>Improve documentation of <code>System::refresh_cpu_all</code> and of
<code>System::refresh_cpu_specifics</code>.</li>
<li>Android: Fix <code>System::uptime</code>.</li>
<li>Linux: Correctly handled modified/removed <code>Process::exe</code>
paths.</li>
</ul>
<h1>0.37.1</h1>
<ul>
<li>Fix <code>serde</code> serialization on
<code>Process::name</code>.</li>
<li>Linux: Fix <code>get_cpu_frequency</code> on
<code>loongarch64</code>.</li>
<li>Windows: Correctly handle invalid UTF-8 string in
<code>Motherboard</code>.</li>
</ul>
<h1>0.37.0</h1>
<ul>
<li>Update minimum supported Rust version to <code>1.88</code> (for 2024
edition and <code>if let chain</code> feature).</li>
<li>Added <code>Component::id</code> API.</li>
<li>Linux: Greatly improve partial processes retrieval.</li>
<li>Linux: Simplify internal components retrieval code.</li>
</ul>
<h1>0.36.1</h1>
<ul>
<li>Linux: Improve processor CPU usage computation.</li>
</ul>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/0d91dfb0e34cb7414541ecd574fc2e39ac0ce057"><code>0d91dfb</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1622">#1622</a>
from GuillaumeGomez/update</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/74ae5e97a2e2a42438eb59d47d5d38af120e37f6"><code>74ae5e9</code></a>
Update crate version to <code>0.38.1</code></li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/19cea2ea35aae35c56104fb8ca858a53d05afded"><code>19cea2e</code></a>
Update CHANGELOG for <code>0.38.1</code></li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/45472ee669c3d744c2f673250038a98d3d115e42"><code>45472ee</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1621">#1621</a>
from GuillaumeGomez/older-mac-versions</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/385e819ff44c359312ba2f4e448e92134b480b9e"><code>385e819</code></a>
Enforce version restrictions on <code>objc2-core-foundation</code> and
on <code>objc2-io-kit</code>...</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/4b07f3eb841ce572acdeddd9e29e285919250ffa"><code>4b07f3e</code></a>
Revert "Update <code>objc2-core-foundation</code> and
<code>objc2-io-kit</code>"</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/6d11ee1213dde5cc58da1e9fee3152eef10d0761"><code>6d11ee1</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1619">#1619</a>
from jterry75/pdh_to_wide</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/92fd93b600b50c72353bba2e4169bece619bd4ab"><code>92fd93b</code></a>
Move PDH references to W fn's</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/da79fbc7548a5eb36bf237596042a0f030aac393"><code>da79fbc</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1618">#1618</a>
from GuillaumeGomez/changelog</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/4124381e12e77a50355bf3e669120a1801835d77"><code>4124381</code></a>
Update CHANGELOG for <code>0.38.0</code></li>
<li>Additional commits viewable in <a
href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.37.1...v0.38.1">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 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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parquet/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index e02cb49874..25c8897fc2 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -94,7 +94,7 @@ arrow-cast = { workspace = true }
tokio = { version = "1.0", default-features = false, features = ["macros",
"rt-multi-thread", "io-util", "fs"] }
rand = { version = "0.9", default-features = false, features = ["std",
"std_rng", "thread_rng"] }
object_store = { version = "0.13.1", default-features = false, features =
["azure", "fs"] }
-sysinfo = { version = "0.37.1", default-features = false, features =
["system"] }
+sysinfo = { version = "0.38.1", default-features = false, features =
["system"] }
[package.metadata.docs.rs]
all-features = true