chore(deps): update compatible #16315
Closed
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.8->0.12.94.5.51->4.5.534.5.60->4.5.610.4.83+curl-8.15.0->0.4.84=6.3.1->=6.3.22.12.0->2.12.10.2.15->0.2.160.10.74->0.10.750.9.110->0.9.1113.12.0->3.13.01.0.5->1.1.00.1.41->0.1.430.3.20->0.3.220.7.13->0.7.14Release Notes
rust-lang/annotate-snippets-rs (annotate-snippets)
v0.12.9Compare Source
Fixes
clap-rs/clap (clap)
v4.5.53Compare Source
Features
default_values_if,default_values_ifsv4.5.52Compare Source
Fixes
args_conflicts_with_subcommandsconflicts with anArgGroupalexcrichton/curl-rust (curl-sys)
v0.4.84Compare Source
sunng87/handlebars-rust (handlebars)
v6.3.2Compare Source
indexmap-rs/indexmap (indexmap)
v2.12.1Compare Source
hashbrown's new bucket API.BurntSushi/jiff (jiff)
v0.2.16Compare Source
===================
This release contains a number of enhancements and bug fixes that have accrued
over the last few months. Most are small polishes. A couple of the bug fixes
apply to panics that could occur when parsing invalid
TZstrings or invalidstrptimeformat strings.Also, parsing into a
Spanshould now be much faster (for both the ISO 8601and "friendly" duration formats).
Enhancements:
Add Serde helpers for (de)serializing
std::time::Durationvalues.Add
SubandAddtrait implementations forZoned(in addition to thealready existing trait implementations for
&Zoned).Add
BrokenDownTime::set_meridiemand ensure it overrides the hour whenformatting.
Switch dependency on
serdetoserde_core. This should help speed upcompilation times in some cases.
Add new
Zoned::seriesAPI, making it consistent with the same API on otherdatetime types.
When
lenientmode is enabled forstrftime, Jiff will no longer error whenthe formatting string contains invalid UTF-8.
Formatting of
%yand%gno longer fails based on the specific year value.Parsing of
%sis now a bit more consistent with other fields. Moreover,BrokenDownTime::{to_timestamp,to_zoned}will now prefer timestamps parsedwith
%sover any other fields that have been parsed.Allow parsing just a
%sinto aZonedvia theEtc/Unknowntime zone.Bug fixes:
Fix a bug where
2087-12-31T23:00:00Zin theAfrica/Casablancatime zonecould not be round-tripped (because its offset was calculated incorrectly as
a result of not handling "permanent DST" POSIX time zones).
Fix a panic that occurred when parsing an empty string as a POSIX time zone.
Fix a panic that could occur when parsing
%:viastrptimeAPIs.Update some parts of the documentation to indicate that
TimeZone::unknown()is a fallback for
TimeZone::system()(instead of thejiff 0.1behavior ofusing
TimeZone::UTC).Fix a panicking bug when reading malformed TZif data.
Fix a panicking bug when parsing century (
%C) viastrptime.Fixed bugs with parsing durations like
-9223372036854775808sand
-PT9223372036854775808S.Performance:
Parsing into
SpanorSignedDurationis now a fair bit faster in some cases.rust-openssl/rust-openssl (openssl)
v0.10.75Compare Source
What's Changed
New Contributors
Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.74...openssl-v0.10.75
stanislav-tkach/os_info (os_info)
v3.13.0Registry key leak on Windows has been fixed. (#411)
iOS support has been added. (#414)
Issue with Android dependencies has been fixed. (#416)
Native
unameis used if possible for better performance. (#417)Native XML parses is now used on macOS. (#418)
RaspberryPiOSalias forRaspbian(forserde). (#419)The
windows-sysdependency has been updated to0.61. (#420)Raspberry Pi OS detection has been improved. (#423)
Zorin OS support has been added. (#424)
Elementary OS support has been added. (#425)
Proper Android support has been added. (#426)
Issue with file release detection has been fixed. (#427)
ALT Linux support has been added. (#428)
GREsau/schemars (schemars)
v1.1.0Compare Source
Added
#[must_use]so that they report a lint warning when the returned value is unused, as this likely indicates a mistake.Fixed
Option<>. (#464 / #483)tokio-rs/tracing (tracing)
v0.1.43: tracing 0.1.43Compare Source
Important
The previous release 0.1.42 was yanked because #3382 was a breaking change.
See further details in #3424. This release contains all the changes from that
version, plus a revert for the problematic part of the breaking PR.
Fixed
valuesetmacro sanitary" (#3425)v0.1.42: tracing 0.1.42Compare Source
Important
The
Span::record_allmethod has been removed from the documented API. Itwas always unsuable via the documented API as it requried a
ValueSetwhichhas no publically documented constructors. The method remains, but should not
be used outside of
tracingmacros.Added
record_all!macro for recording multiple values in one call (#3227)Changed
tracing-core: updated to 0.1.35 (#3414)tracing-attributes: updated to 0.1.31 (#3417)Fixed
event!(#2983)release_max_level_*not set (#3373)valuesetmacro sanitary (#3382)Documented
dynkeyword inVisitdocumentation code sample (#3387)winnow-rs/winnow (winnow)
v0.7.14Compare Source
Features
combinator::expressionparser for parsing expressions with precedence (a pratt parser)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.