Skip to content

Commit d590824

Browse files
chore(deps): bump sysinfo from 0.37.2 to 0.38.0 (#19990)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.37.2 to 0.38.0. <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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/4124381e12e77a50355bf3e669120a1801835d77"><code>4124381</code></a> Update CHANGELOG for <code>0.38.0</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/98a3141013adcfcfc633f7689a62de738e8c27a6"><code>98a3141</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1617">#1617</a> from GuillaumeGomez/updat</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/7197638814bea24d95b2612376535b34780a9623"><code>7197638</code></a> Update crate version to <code>0.38.0</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/f69a2b943f6faa909c1a4ca110cb8b3b3afaae52"><code>f69a2b9</code></a> Fix typos and make <code>Motherboard::new</code> return <code>None</code> on NetBSD</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/791faced515e9c3151a037dc6ed71641bffbb195"><code>791face</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1616">#1616</a> from GuillaumeGomez/netbsd-root</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/b564d9af39dec63f00ee4edd0d2d0eea1c91ad4c"><code>b564d9a</code></a> Add <code>Process::root</code> support for NetBSD</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/7b324dbc0f74ff1e5bac5d50ecb015cf9aa9fe1b"><code>7b324db</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1615">#1615</a> from GuillaumeGomez/netbsd</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/ae044ef4c68170e92f6925c0bae35ef17c9f19b2"><code>ae044ef</code></a> Implement <code>Process::open_files</code> on NetBSD</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/8c5cd198520801211bcf533c89160c3598c7f4b4"><code>8c5cd19</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1609">#1609</a> from notable-equivalent/feature/cgroup-access-from-c</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/464968fe6cbefcd18d1d23250c9cae7abaa6359c"><code>464968f</code></a> Add C interface for accessing cgroup info</li> <li>Additional commits viewable in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.37.2...v0.38.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sysinfo&package-manager=cargo&previous-version=0.37.2&new-version=0.38.0)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 355cae8 commit d590824

2 files changed

Lines changed: 54 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 53 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ recursive = { workspace = true }
182182
regex = { workspace = true }
183183
rstest = { workspace = true }
184184
serde_json = { workspace = true }
185-
sysinfo = "0.37.2"
185+
sysinfo = "0.38.0"
186186
test-utils = { path = "../../test-utils" }
187187
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot", "fs"] }
188188

0 commit comments

Comments
 (0)