fix(deps): update all patch updates (patch) #2621
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:
1.0.96
->1.0.97
0.1.86
->0.1.87
1.10.0
->1.10.1
0.4.39
->0.4.40
0.2.1
->0.2.2
0.2.1
->0.2.3
v0.0.7
->v0.0.8
1.1.9
->1.1.10
1.0.139
->1.0.140
2.0.11
->2.0.12
3.5.4
->3.5.5
3.5.4
->3.5.5
3.5.4
->3.5.5
3.5.4
->3.5.5
3.5.4
->3.5.5
3.5.4
->3.5.5
3.5.4
->3.5.5
3.5.4
->3.5.5
3.5.4
->3.5.5
3.5.4
->3.5.5
3.5.4
->3.5.5
3.5.4
->3.5.5
7.0.1
->7.0.2
Release Notes
dtolnay/anyhow (anyhow)
v1.0.97
Compare Source
dtolnay/async-trait (async-trait)
v0.1.87
Compare Source
tokio-rs/bytes (bytes)
v1.10.1
Compare Source
Fixed
to_vec
withBytes::from_owner
(#773)chronotope/chrono (chrono)
v0.4.40
: 0.4.40Compare Source
What's Changed
write_to
forDelayedFormat
by @tugtugtug in https://github.com/chronotope/chrono/pull/1654dtolnay/dyn-hash (dyn-hash)
v0.2.2
Compare Source
BurntSushi/jiff (jiff)
v0.2.3
==================
This is a small release that fixes a bug in the handling of POSIX time zones
in some cases. Specifically, the implementation of
Date::yesterday
was wrongwhen the date was the first of the month. This was a regression introduced in
0.2.2
and was not present in older releases. More test coverage has beenadded.
Bug fixes:
Fix bug in implementation of
Date::yesterday
.v0.2.2
Compare Source
==================
This release of Jiff includes a new opt-in proc macro for embedding a
TimeZone
into your binary. Just enable Jiff'sstatic
feature, and this willprint the current time in the
America/New_York
time zone:This enables
TimeZone
to be meaningfully used in core-only environments,even when dynamic memory allocation isn't available.
This release also features a number of performance improvements for time zone
lookups. In some cases, the improvement is significant (by an order of
magnitude).
Additionally, the IANA Time Zone Database embedded into
jiff-tzdb
nowuses "rearguard" semantics. This means that the boolean flag indicating
whether daylight saving time is active or not (only accessible via
TimeZone::to_offset_info
) will respect the actual definition ofdaylight saving time. (This is relevant, for example, for time zones like
Europe/Dublin
, where their summer time is legally known as their standardtime, but is in effect daylight saving time.)
Enhancements:
Add
tz::{get,include}
macros for time zone support in core-only environments.Switch to
rearguard
tzdb data injiff-tzdb
and document it.De-duplicate TZif data in
jiff-tzdb
.Add "crate features" documentation to
jiff-sqlx
andjiff-diesel
.Document semver guarantee for error conditions on
Timestamp
constructors.Greatly optimize time zone lookups (for both timestamps and civil datetimes).
Bug fixes:
Improve the documentation for
ZonedWith::nanosecond
andZonedWith::subsec_nanosecond
.mozilla-actions/sccache-action (mozilla-actions/sccache-action)
v0.0.8
Compare Source
taiki-e/pin-project (pin-project)
v1.1.10
Compare Source
clippy::elidable_lifetime_names
lint in generated code.serde-rs/json (serde_json)
v1.0.140
Compare Source
dtolnay/thiserror (thiserror)
v2.0.12
Compare Source
apache/spark (org.apache.spark:spark-unsafe_2.12)
v3.5.5
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.