fix(deps): update all non-major dependencies#23
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
a88a0ac to
de85f15
Compare
de85f15 to
c6bb735
Compare
This file contains hidden or 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
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:
4.5.58→4.6.01.46.0→1.47.02.1.0→2.1.41.28.2→1.29.00.32→0.383.25.0→3.27.0Release Notes
clap-rs/clap (clap)
v4.6.0Compare Source
Compatibility
v4.5.61Compare Source
Internal
v4.5.60Compare Source
Fixes
v4.5.59Compare Source
Fixes
Command::ignore_errorsno longer masks help/version on subcommandscasey/just (just)
v1.47.0Compare Source
Added
?(#2547 by casey)--groupflag to filter--listoutput by group (#3117 by terror)[env(NAME, VALUE)recipe attribute (#2957 by neunenak)Changed
--timestampprint timestamps unconditionally (#3114 by casey)--timestampswith script recipes (#3050 by casey)[private]modules are excluded from--listoutput (#2889 by Scott-Guest)Misc
Testbuilder (#3054 by casey)evilmartians/lefthook (lefthook)
v2.1.4Compare Source
v2.1.3Compare Source
v2.1.2Compare Source
v2.1.1Compare Source
GuillaumeGomez/sysinfo (sysinfo)
v0.38.4Compare Source
objc2-*crates version.v0.38.3Compare Source
System::available_memoryandSystem::used_memory.CPU::frequencyreturned value.v0.38.2Compare Source
Errortrait forMacAddrFromStrError,IpNetworkFromStrErrorandKillErrortypes.v0.38.1Compare Source
v0.38.0Compare Source
MotherboardandProduct.serdeserialization ofMacAddrand ofDisk::file_system.v0.37.2Compare Source
System::refresh_cpu_alland ofSystem::refresh_cpu_specifics.System::uptime.Process::exepaths.v0.37.1Compare Source
serdeserialization onProcess::name.get_cpu_frequencyonloongarch64.Motherboard.v0.37.0Compare Source
1.88(for 2024 edition andif let chainfeature).Component::idAPI.v0.36.1Compare Source
v0.36.0Compare Source
Motherboardtype.Producttype.Component::labelgeneratedString.ComponentsimplementSendandSynctraits.v0.35.2Compare Source
Process::waitby checking if the process is still alive before waiting.Process::wait.v0.35.1Compare Source
windowscrate up to< 0.63.v0.35.0System::open_files_limit.Process::kill_and_waitandProcess::kill_with_and_waitmethods.Process::open_files*methods returnusize.set_open_files_limitargument type isusize.autofsdisks.Process::waitcode.Groups::refresh.v0.34.2v0.34.1v0.34.0multithreadfeature is disabled by default.Processmethods:accumulated_cpu_time,exists,open_filesandopen_files_limit.Process::waitmethod now returnsOption<ExitStatus>.Systemmethods:distribution_id_likeandkernel_long_version.System::physical_core_countmethod into an associated function.System::refresh_allandSystem::refresh_specificsmethods remove dead processes.ProcessRefreshKindrefresh:tasks.Groupdocs.Deserializetrait onDiskKind,MacAddr,IpNetwork,ProcessStatus,SignalandThreadKind.FromStrtrait onIpNetworkandMacAddr.Hashtrait onDiskKind,MacAddr,ProcessStatusandSignal.cfghandling which triggered compilation failures in some specific cases.sysinfoas viruses by replacing uses ofNtQueryInformationProcesswith other "mainstream" Windows API.process_procswhen there is only one process to refresh.v0.33.1Compare Source
DiskAPI.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_versionandSystem::distribution_id.v0.33.0Compare Source
boot_timeinformation.User::groups.System::long_os_version.std::env::consts::ARCHas fallback forSystem::cpu_arch.Disk::usage.NetworkData::mtu.DiskRefreshKindto have finer-grained disks refreshes.Component::temperatureandComponent::maxnow returnsOption<f32>.Users::refresh_list,Groups::refresh_list,Components::refresh_list,Networks::refresh_listandDisks::refresh_listmethods were renamedrefresh.*RefreshKind::newmethods were renamednothing.DiskUsage::read_bytes.Process::kill.Stebalien/tempfile (tempfile)
v3.27.0Compare Source
This release adds
TempPath::try_from_pathand deprecatesTempPath::from_path.Prior to this release,
TempPath::from_pathmade no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:Now:
TempPath::from_pathwill attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to callstd::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.TempPath::try_from_pathbehaves exactly likeTempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).Neither function attempt to verify the existence of the file in question.
Thanks to @meng-xu-cs for reporting this issue.
v3.26.0NamedTempFile::persiston RedoxOS (#393) (thanks to @Andy-Python-Programmer).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: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.