fix(deps): update rust crate sysinfo to 0.34.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.34.0
Release Notes
GuillaumeGomez/sysinfo (sysinfo)
v0.34.1
v0.34.0
multithread
feature is disabled by default.Process
methods:accumulated_cpu_time
,exists
,open_files
andopen_files_limit
.Process::wait
method now returnsOption<ExitStatus>
.System
methods:distribution_id_like
andkernel_long_version
.System::physical_core_count
method into an associated function.System::refresh_all
andSystem::refresh_specifics
methods remove dead processes.ProcessRefreshKind
refresh:tasks
.Group
docs.Deserialize
trait onDiskKind
,MacAddr
,IpNetwork
,ProcessStatus
,Signal
andThreadKind
.FromStr
trait onIpNetwork
andMacAddr
.Hash
trait onDiskKind
,MacAddr
,ProcessStatus
andSignal
.cfg
handling which triggered compilation failures in some specific cases.sysinfo
as viruses by replacing uses ofNtQueryInformationProcess
with other "mainstream" Windows API.process_procs
when there is only one process to refresh.v0.33.1
Compare Source
Disk
API.System::long_os_version()
.System::long_os_version()
.System::long_os_version()
.User::groups
.System::name
,System::kernel_version
,System::os_version
,System::long_os_version
andSystem::distribution_id
.v0.33.0
Compare Source
boot_time
information.User::groups
.System::long_os_version
.std::env::consts::ARCH
as fallback forSystem::cpu_arch
.Disk::usage
.NetworkData::mtu
.DiskRefreshKind
to have finer-grained disks refreshes.Component::temperature
andComponent::max
now returnsOption<f32>
.Users::refresh_list
,Groups::refresh_list
,Components::refresh_list
,Networks::refresh_list
andDisks::refresh_list
methods were renamedrefresh
.*RefreshKind::new
methods were renamednothing
.DiskUsage::read_bytes
.Process::kill
.v0.32.1
Compare Source
libc
update.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.