Skip to content

Commit 1e062d0

Browse files
chore(deps): update rust crate sysinfo to 0.38.0 (#7049)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sysinfo](https://redirect.github.com/GuillaumeGomez/sysinfo) | workspace.dependencies | minor | `0.37.0` → `0.38.0` | --- ### Release Notes <details> <summary>GuillaumeGomez/sysinfo (sysinfo)</summary> ### [`v0.38.4`](https://redirect.github.com/GuillaumeGomez/sysinfo/blob/HEAD/CHANGELOG.md#0384) [Compare Source](https://redirect.github.com/GuillaumeGomez/sysinfo/compare/v0.38.3...v0.38.4) - macOS: Unpin `objc2-*` crates version. - Linux: Fix computation of disk size. ### [`v0.38.3`](https://redirect.github.com/GuillaumeGomez/sysinfo/blob/HEAD/CHANGELOG.md#0383) [Compare Source](https://redirect.github.com/GuillaumeGomez/sysinfo/compare/v0.38.2...v0.38.3) - macOS: Improve accuracy of `System::available_memory` and `System::used_memory`. - Documentation: add missing unit for `CPU::frequency` returned value. ### [`v0.38.2`](https://redirect.github.com/GuillaumeGomez/sysinfo/blob/HEAD/CHANGELOG.md#0382) [Compare Source](https://redirect.github.com/GuillaumeGomez/sysinfo/compare/v0.38.1...v0.38.2) - Implement `Error` trait for `MacAddrFromStrError`, `IpNetworkFromStrError` and `KillError` types. ### [`v0.38.1`](https://redirect.github.com/GuillaumeGomez/sysinfo/blob/HEAD/CHANGELOG.md#0381) [Compare Source](https://redirect.github.com/GuillaumeGomez/sysinfo/compare/v0.38.0...v0.38.1) - macOS: Put back support for versions below macOS 12. ### [`v0.38.0`](https://redirect.github.com/GuillaumeGomez/sysinfo/blob/HEAD/CHANGELOG.md#0380) [Compare Source](https://redirect.github.com/GuillaumeGomez/sysinfo/compare/v0.37.2...v0.38.0) - Add NetBSD support. - Windows: Fix unsoundness for a function used in `Motherboard` and `Product`. - Linux: Improve CPU info parsing. - Fix `serde` serialization of `MacAddr` and of `Disk::file_system`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hhbmdlbG9nL2Nob3JlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f97e0b3 commit 1e062d0

2 files changed

Lines changed: 61 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ smol = "2.0.2"
224224
static_assertions = "1.1"
225225
strum = "0.27"
226226
syn = { version = "2.0.113", features = ["full"] }
227-
sysinfo = "0.37.0"
227+
sysinfo = "0.38.0"
228228
tabled = { version = "0.20.0", default-features = false }
229229
taffy = "0.9.0"
230230
take_mut = "0.2.2"

0 commit comments

Comments
 (0)