fix(deps): update rust crate sysinfo to 0.32.0 #400
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.5
->0.32.0
Release Notes
GuillaumeGomez/sysinfo (sysinfo)
v0.32.0
Compare Source
Disk::is_read_only
API.remove_dead_processes
argument toSystem::refresh_processes
andSystem::refresh_processes_specifics
.v0.31.4
Compare Source
v0.31.3
Compare Source
v0.31.2
Compare Source
bstr
dependency (needed for rustc development).v0.31.1
Compare Source
memchr
(needed for rustc development).v0.31.0
Compare Source
System::refresh_process
,System::refresh_process_specifics
andSystem::refresh_pids
methods.
ProcessesToUpdate
toSystem::refresh_processes
andSystem::refresh_processes_specifics
methods.NetworkData::ip_networks
method.System::refresh_cpu_list
method.TermalSensorType
toThermalSensorType
.OsString
.System::global_cpu_info
.System::global_cpu_usage
.v0.30.13
Components::refresh_list
multiple times.v0.30.12
v0.30.11
Compare Source
v0.30.10
Compare Source
v0.30.9
Compare Source
v0.30.8
Compare Source
cargo
feature flaglinux-tmpfs
to listtmpfs
mounts.NaN
.Components::refresh
is now parallelized.v0.30.7
Compare Source
v0.30.6
Compare Source
Groups
API.v0.30.5
Compare Source
v0.30.4
Compare Source
v0.30.3
Compare Source
windows
dependency.v0.30.2
Compare Source
ThreadKind
enum.Process::thread_kind
method.v0.30.1
Compare Source
Components::refresh_list
multiple times.v0.30.0
Compare Source
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: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.