chore(deps): Update compatible #1231
Merged
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.31
->4.5.35
1.6.0
->1.6.1
0.11.6
->0.11.7
0.26.9
->0.26.11
0.26.9
->0.26.11
0.26.9
->0.26.11
0.4.26
->0.4.27
1.20.3
->1.21.3
1.0.218
->1.0.219
3.17.1
->3.19.1
0.3.37
->0.3.41
Release Notes
clap-rs/clap (clap)
v4.5.35
Compare Source
Fixes
help_heading
v4.5.34
Compare Source
Fixes
flatten_help(true)
and subcommands without argumentsv4.5.33
Compare Source
Fixes
v4.5.32
Compare Source
Features
Error::remove
Documentation
humantime
tojiff
Internal
pulldown-cmark
kornelski/deunicode (deunicode)
v1.6.1
Compare Source
rust-cli/env_logger (env_logger)
v0.11.7
Compare Source
Internal
humantime
withjiff
cobalt-org/liquid-rust (liquid)
v0.26.11
Compare Source
Features
v0.26.10
Compare Source
Internal
rust-lang/log (log)
v0.4.27
Compare Source
What's Changed
Full Changelog: rust-lang/log@0.4.26...0.4.27
matklad/once_cell (once_cell)
v1.21.3
Compare Source
race
: #284,#285.
v1.21.2
Compare Source
race
: #278.v1.21.1
Compare Source
v1.21.0
Compare Source
race
: #273.OnceNonZereUsize::get_unchecked
: #274.OnceBox::clone
andOnceBox::with_value
: #275.serde-rs/serde (serde)
v1.0.219
Compare Source
absolute_paths
Clippy restriction being triggered inside macro-generated code (#2906, thanks @davidzeng0)Stebalien/tempfile (tempfile)
v3.19.1
Compare Source
v3.19.0
Compare Source
cfg-if
. It's still in the tree, but we didn't really need to use it in this crate.unstable-windows-keep-open-tempfile
) to test a potential fix to #339.v3.18.0
Compare Source
rustix
to 1.0.0.NamedTempFile::persist_noclobber
atomic on Apple operating systems. It's now atomic on MacOS, Windows, and Linux (depending on the OS version and filesystem used).time-rs/time (time)
v0.3.41
Compare Source
Fixed
deranged
. This fix is permanent and covers futuresimilar changes upstream.
v0.3.40
Compare Source
Added
mod
generated bytime::sere::format_description!
.v0.3.39
Compare Source
Fixed
Both of these were regressions in v0.3.38 and are now checked in CI.
v0.3.38
Compare Source
Added
The
[year]
component (in format descriptions) now supports arange
modifier, which can beeither
standard
orextended
. The default isextended
for backwards compatibility. This isintended as a manner to opt out of the extended range when the
large-dates
feature is enabled.When the
large-dates
feature is not enabled, the modifier has no effect.UtcDateTime
, which is semantically equivalent to anOffsetDateTime
with UTC as its offset. Theadvantage is that it is the same size as a
PrimitiveDateTime
and has improved operability withwell-known formats.
As part of this, there were some other additions:
utc_datetime!
macro, which is similar to thedatetime!
macro but constructs aUtcDateTime
.PrimitiveDateTime::as_utc
OffsetDateTime::to_utc
OffsetDateTime::checked_to_utc
time::serde::timestamp::milliseconds_i64
, which is a module to serialize/deserialize timestampsas the Unix timestamp. The pre-existing module does this as an
i128
where ani64
wouldsuffice. This new module should be preferred.
Changed
error::Format
has had itssource()
implementation changed to no longer return a boxed valuefrom the
ComponentRange
variant. If you were explicitly expecting this, you will need to updateyour code. The method API remains unchanged.
[year repr:century]
supports single-digit values.format_into
methods accept?Sized
references.Miscellaneous
proven as uninhabited. The relevant fields are doc-hidden and not semver-guaranteed to remain as
such, though it is unlikely to change.
gains. Among the methods changed are
util::is_leap_year
util::weeks_in_year
Month::length
Date::to_calendar_date
Date::month
Date::day
Date::from_julian_day
Date::to_julian_day
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.