chore(deps): update rust crate jiff to v0.2.18 #251
Merged
+4
−4
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.2.17→0.2.18Release Notes
BurntSushi/jiff (jiff)
v0.2.18Compare Source
===================
This release ships a sizeable refactor to the RFC 2822, RFC 9110, RC
3339, RFC 9557, ISO 8601 and friendly format printers. Specifically,
they are now all monomorphic internally (instead of being generic over
jiff::fmt::Write) and write to uninitialized buffers. This improvesruntime performance (sometimes dramatically so), and to a more modest
degree, decreases binary size and improves compile times.
This release also includes a bug fix where
DateTime::MIN.to_zoned(..)could panic.
Enhancements:
Improve runtime performance and binary size of RFC 2822 printer.
Tweak behavior of printing min/max offsets in RFC 2822 and Temporal printers.
Export fallible constructors for
jiff::SignedDuration.Improve runtime performance and binary size of the "friendly" duration printer.
Improve runtime performance and binary size of the Temporal ISO 8601 duration
printer.
Improve runtime performance and binary size of the Temporal ISO 8601 datetime
printer.
Improve runtime performance and binary size of Jiff's
strftimeimplementation.
Fix a bug where time zone lookups for
civil::DateTime::MINcould panic.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.