fix(deps): update rust crate sysinfo to 0.30 - autoclosed #182
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.29
->0.30
Release Notes
GuillaumeGomez/sysinfo (sysinfo)
v0.30.5
v0.30.4
v0.30.3
windows
dependency.v0.30.2
ThreadKind
enum.Process::thread_kind
method.v0.30.1
v0.30.0
System
into subtypes:Components
,Disks
,Networks
andUsers
.brand
,vendor_id
andfrequency
information is not set anymore on the global CPU.of
Vec::reserve
.linux-netdevs
feature to allow to retrieve network devices.statm
file instead ofstat
).System::load_average
is not working in documentation.System::cgroup_limits
method.System::refresh_system
method.Disk::file_system
andDisk::name
now return anOption<&OsStr>
.Display
trait onDiskKind
.winapi
towindows
crate.System::cpu_arch
.System::refresh_pids
andSystem::refresh_pids_specifics
.System::boot_time
,System::cpu_arch
,System::distribution_id
,System::host_name
,System::kernel_version
,System::load_average
,System::long_os_version
,System::name
,System::os_version
andSystem::uptime
are static methods.ProcessRefreshKind
has a lot more of possibilities for better control over updates.UpdateKind
enum.MemoryRefreshKind
struct.System::refresh_memory_specifics
method.Process::exe
,Process::cwd
andProcess::root
return anOption<&Path>
.Process::tasks
method is available on all platforms.Process::tasks
method returns aHashSet<Pid>
.System::IS_SUPPORTED
,System::SUPPORTED_SIGNALS
andSystem::MINIMUM_CPU_UPDATE_INTERVAL
constants out ofSystem
directly at the crate top-level.IS_SUPPORTED
intoIS_SUPPORTED_SYSTEM
.serde
serialization.System::refresh_cpu_frequency
andSystem::refresh_cpu_all
.sysinfo.h
and C wrapper.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.