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:
1.0.93
->1.0.95
1.11.0
->1.11.1
4.5.21
->4.5.23
0.11.5
->0.11.6
2.6.0
->2.7.0
3.1.2
->3.1.3
1.0.23
->1.0.24
1.0.215
->1.0.217
0.6.20
->0.6.21
0.3.36
->0.3.37
Release Notes
dtolnay/anyhow (anyhow)
v1.0.95
Compare Source
Error::from_boxed
(#401, #402)v1.0.94
Compare Source
BurntSushi/bstr (bstr)
v1.11.1
Compare Source
clap-rs/clap (clap)
v4.5.23
Compare Source
Fixes
allow_negative_numbers
, allowE
againv4.5.22
Compare Source
Fixes
rust-cli/env_logger (env_logger)
v0.11.6
Compare Source
Features
indexmap-rs/indexmap (indexmap)
v2.7.0
Compare Source
Entry::insert_entry
andVacantEntry::insert_entry
, returningan
OccupiedEntry
after insertion.assert-rs/predicates-rs (predicates)
v3.1.3
Compare Source
Features
boxed
function is now available for predicates with anItem
type thatis not
Sized
.dtolnay/semver (semver)
v1.0.24
Compare Source
serde-rs/serde (serde)
v1.0.217
Compare Source
v1.0.216
Compare Source
assert-rs/snapbox (snapbox)
v0.6.21
Compare Source
time-rs/time (time)
v0.3.37
Compare Source
Added
Time::MAX
, equivalent totime!(23:59:59.999999999)
[year repr:century]
is now supported in format descriptions. When used in conjunction with[year repr:last_two]
, there is sufficient information to parse a date. Note that with thelarge-date
feature enabled, there is an ambiguity when parsing the two back-to-back.strftime
-style format descriptions, located attime::format_description::parse_strftime_borrowed
andtime::format_description::parse_strftime_owned
time::util::refresh_tz
andtime::util::refresh_tz_unchecked
, which updates informationobtained via the
TZ
environment variable. This is equivalent to thetzset
syscall on Unix-likesystems, with and without built-in soundness checks, respectively.
Month::length
andutil::days_in_month
, replacingutil::days_in_year_month
.time::serde::format_description!
rather than only paths. This alsodrastically improves diagnostics when an invalid value is provided.
Changed
Obtaining the system UTC offset on Unix-like systems should now succeed when multi-threaded.
However, if the
TZ
environment variable is altered, the program will not be aware of this untiltime::util::refresh_tz
ortime::util::refresh_tz_unchecked
is called.refresh_tz
has thesame soundness requirements as obtaining the system UTC offset previously did, with the
requirements still being automatically enforced.
refresh_tz_unchecked
does not enforce theserequirements at the expense of being
unsafe
. Most programs should not need to call eitherfunction.
Due to this change, the
time::util::local_offset
module has been deprecated in its entirety. Theget_soundness
andset_soundness
functions are now no-ops.Note that while calls should succeed, success is not guaranteed in any situation. Downstream
users should always be prepared to handle the error case.
Fixed
Duration
s less than one second is now correct. It previously omittedthe negative sign.
From<js_sys::Date> for OffsetDateTime
now ensures sub-millisecond values are not erroneouslyreturned.
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.