chore(deps): update compatible #16453
Open
+1
−1
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.12.9→0.12.104.5.61→4.5.640.20.2→0.20.3=6.3.1→=6.3.20.2.16→0.2.170.2.177→0.2.1780.18.2+1.9.1→0.18.33.13.0→3.14.01.1.0→1.2.01.0.145→1.0.1483.1.0→3.2.03.23.0→3.24.00.1.43→0.1.44Release Notes
rust-lang/annotate-snippets-rs (annotate-snippets)
v0.12.10Compare Source
Fixed
clap-rs/clap (clap_complete)
v4.5.64Compare Source
v4.5.63Compare Source
v4.5.62Compare Source
rust-lang/git2-rs (git2)
v0.20.3Compare Source
sunng87/handlebars-rust (handlebars)
v6.3.2Compare Source
BurntSushi/jiff (jiff)
v0.2.17Compare Source
===================
This release contains binary size improvements to Jiff, more succinct error
messages and some new minor APIs.
While Jiff 1.0 is overdue, I've been doing a lot of experimenting with
improving Jiff's binary size and compile times. In particular, I want to spend
time doing this before Jiff 1.0 so that we don't box ourselves into a corner.
(For example, some binary size improvements may require minor API breaking
changes.)
In this release, Jiff has switched to structured error handling internally
in an effort to provide error predicates and also hopefully improve binary
sizes and compile times. Overall this didn't have as big of an impact on
binary sizes or compile times as I was hoping. I did take this opportunity to
make Jiff's error messages a bit more succinct. In many cases, this involved
de-duplicating some aspects of error messages and omitting user provided input
in the messages. If you feel like there is a significant decrease in error
message quality that isn't easily amended by callers providing additional
context themselves, please open an issue.
This release also updates Jiff's bundled copy of the [IANA Time Zone Database]
to
2025c. See the2025crelease announcement for more details.Enhancements:
Add
Display,FromStr,SerializeandDeserializetrait implementationsfor
jiff::civil::ISOWeekDate. These all use the ISO 8601 week date format.Add some basic predicates to
jiff::Errorfor basic error introspection.#454:
Switch to structured error handling internally.
#457,
#458:
Various improvements to binary size.
rust-lang/libc (libc)
v0.2.178Compare Source
Added
issetugid(#4744)__psw_t/fprefset_t/*context_t(#4726)AT_HWCAP{3,4}(#4734)eventfd(#4830)unistd.h(#4811)cfmakeraw(#4704)cfsetspeed(#4704)getresgidandgetresuid(#4752)setresgidandsetresuid(#4752)select.h,stat.h,poll.h,ttycom.h,utsname.h,resource.h,mman.h,udp.h,in.h,in6.h,if.h,fnmatch.h, andsioLibCommon.h(#4781)Deprecated:
TIOCREMOTE(#4764)Fixed:
Note that there were a large number of fixes on NetBSD for this
libcrelease, some of which include minor breakage.EWOULDBLOCKto make it an alias ofEAGAIN(#4790)unnecessary_transmuteswarnings (#4780)SF_SETTABLE(#4764)mcontext_t.mc_fpregs(#)gethostname(#4773)NFT_MSG_MAX(#4761)repr(align(8))forcanxl_frame(#4760)eventfdargument names match OS docs/headers (#4830)ipc_perm, split from OpenBSD asipc.rs(#4782)kinfo_vmentry.kve_path(#)uucred.cr_ngroupsfrominttoshort(#4782)kevent.udata(#4782)mcontext_t.__fpregs(#4782)PT_SUSPEND(#4782)sockaddr_dl.sdl_datafrom 12 to 24 (#4782)if_.rs, fix the definition ofifreq(#4782)time.rs, fix the values ofCLOCK_*_CPUTIME_ID(#4782)timex.rs(#4782)types.rs, correct the definition oflwpid_t(#4782)utmp_.rs, correct the definition oflastlog(#4782)utmpx_.rs, correct utmpx definitions (#4782)_cpusetan extern type (#4782)mcontexttypes (#4782)pid_t(#4825)__wasilibc_register_preopened_fd(#4837)Changed
thread_local(#3653)ucontext_tand unskip its tests (#4760)L_tmpnamandTMP_MAXto the UCRT value (#4566)Removed
SIGSTKFLT(#4749)statvfs.f_sparenon-public (#4782)*_MAXIDconstants andAT_SUN_LDPGSIZE(#4782)IFF_NOTRAILERS(#4782)vm_size_t(#4782)stanislav-tkach/os_info (os_info)
v3.14.0Compare Source
(Conditional) JSON-schema generation support via schemars for all types that
implement the serde traits. (#409)
PikaOS support has been added. (#430)
instantOS support has been added. (#431)
GREsau/schemars (schemars)
v1.2.0Compare Source
Added
Changed
HashMap/BTreeMapwith enum keys are now more specific (#452)serde-rs/json (serde_json)
v1.0.148Compare Source
zmijdependency to 1.0v1.0.147Compare Source
v1.0.146Compare Source
zkat/supports-hyperlinks (supports-hyperlinks)
v3.2.0Compare Source
Features
Stebalien/tempfile (tempfile)
v3.24.0Compare Source
tokio-rs/tracing (tracing)
v0.1.44: tracing 0.1.44Compare Source
Fixed
record_allpanic (#3432)Changed
tracing-core: updated to 0.1.36 (#3440)Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (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.