-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update rust crate sysinfo to 0.32.0 #171
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/trim-newlines/releases) - [Commits](https://github.com/sindresorhus/trim-newlines/commits) --- updated-dependencies: - dependency-name: trim-newlines dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…newlines-3.0.1
`flexi_logger` version `0.18.0` broke a lot of stuff, this fixes those broken things.
fix(deps): update rust crate flexi_logger to 0.18.0
Instead of being given the option to start all of the sub-servers (`whirl run` or `whirl run all`), you are now given the option to specify a selection of sub-servers by passing a comma-seperated list to the `run` sub-command (`whirl run distributor,hub`). Despite the changes, `whirl run` still starts all of the available sub-servers!
fix(deps): update rust crate tokio to 1.6.2
I guess at some point I accidentally inserted a newline to the end of the `.license_template` file, don't know how I didn't notice until now but this commit fixes the errors that rustfmt would report.
fix(deps): update rust crate tokio to 1.7.0
Issue came back, reverted commit, issue is gone...
At the moment, the `version` key is never accessed, but once Whirl's "`1.0`" release is out, the configuration schema will need to be standardized, the `version` key will regulate that and also ensure no one is left behind when updating. BREAKING CHANGE: `version` key is created
fix(deps): update rust crate mimalloc to 0.1.26
renovate
bot
force-pushed
the
renovate/sysinfo-0.x
branch
from
July 31, 2024 12:46
8f2c62c
to
4e7dd89
Compare
renovate
bot
changed the title
fix(deps): update rust crate sysinfo to 0.30.0
fix(deps): update rust crate sysinfo to 0.31.0
Jul 31, 2024
renovate
bot
force-pushed
the
renovate/sysinfo-0.x
branch
from
September 25, 2024 02:52
4e7dd89
to
e2128e5
Compare
renovate
bot
force-pushed
the
renovate/sysinfo-0.x
branch
from
October 5, 2024 22:52
e2128e5
to
c55e09a
Compare
renovate
bot
changed the title
fix(deps): update rust crate sysinfo to 0.31.0
fix(deps): update rust crate sysinfo to 0.32.0
Oct 5, 2024
Fuwn
force-pushed
the
renovate/sysinfo-0.x
branch
from
October 21, 2024 03:43
c55e09a
to
e963974
Compare
Fuwn
force-pushed
the
renovate/sysinfo-0.x
branch
from
October 21, 2024 03:50
e963974
to
c55e09a
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.23.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.v0.29.11
Compare Source
v0.29.10
Compare Source
v0.29.9
Compare Source
v0.29.8
Compare Source
v0.29.7
Compare Source
v0.29.6
Compare Source
refresh_processes
andrefresh_process
.Cargo.lock
is now included to prevent minimum rust version disruptions.v0.29.5
Compare Source
--generate-link-to-definition
option to have better source code pages.v0.29.4
Compare Source
v0.29.3
Compare Source
v0.29.2
Compare Source
v0.29.1
Compare Source
v0.29.0
Compare Source
ProcessExt::effective_user_id
andProcessExt::effective_group_id
.DiskType
intoDiskKind
.DiskExt::type_
intoDiskExt::kind
.ProcessStatus
and remove publicThreadStatus
field.v0.28.4
Compare Source
v0.28.3
Compare Source
v0.28.2
Compare Source
v0.28.1
Compare Source
v0.28.0
Compare Source
serde
feature to enable serialization.Idle
state inProcessStatus
.v0.27.8
Compare Source
v0.27.7
Compare Source
brand
andname
information.v0.27.6
Compare Source
MacAddr
public.v0.27.5
Compare Source
libc
changes for musl targets.v0.27.4
Compare Source
SystemExt::MINIMUM_CPU_UPDATE_INTERVAL
constant.v0.27.3
Compare Source
v0.27.2
Compare Source
v0.27.1
Compare Source
v0.27.0
Compare Source
NetworkExt::mac_address
method andMacAddr
type.TryFrom<usize>
andFromStr
forGid
andUid
.TryFrom<usize>
forPid
.System::new
about CPU list not loaded by default.v0.26.9
Compare Source
libc
changes for musl targets.v0.26.8
Compare Source
ProcessExt::session_id
method.v0.26.7
Compare Source
v0.26.6
Compare Source
Process::wait
.v0.26.5
Compare Source
Process
document.apple-sandbox
feature is enabled.v0.26.4
Compare Source
SystemExt::distribution_id
method.ntapi
version to0.4
.1.59
forntapi
0.4.v0.26.3
Compare Source
1.56
to followonce_cell
minor update.v0.26.2
Compare Source
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.3
Compare Source
v0.25.2
Compare Source
Process::exe
information retrieval.v0.25.1
Compare Source
ProcessExt::exe
in case/proc/<pid>/exe
cannot be read.SystemExt::sort_disks_by
.v0.25.0
Compare Source
CpuRefreshKind::frequency
istrue
.System::refresh_cpu
behaviour changed: it only computes CPU usage and doesn't retrieve CPU frequency.v0.24.7
Compare Source
v0.24.6
Compare Source
char
cast when platform is using unsignedchar
s.v0.24.5
Compare Source
Hash
trait onUid
andGid
types.once_cell
for targets other thanlinux
,android
andwindows
.v0.24.4
Compare Source
System::refresh_process
when required higher privileges.v0.24.3
Compare Source
System::refresh_processes
badly handling updates.System::refresh_processes
.v0.24.2
Compare Source
winapi
.v0.24.1
Compare Source
saturating_*
function for mathematical operations to prevent overflows/underflows.v0.24.0
Compare Source
Processor
intoCpu
andProcessorExt
intoCpuExt
.SystemExt::get_user_by_id
.ProcessExt::user_id
.ProcessExt::group_id
.user
-related methods toProcessRefreshKind
.Process
by improving retrieval of user ID and group ID.v0.23.15
Compare Source
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 becomes conflicted, 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.