Skip to content

chore(deps): update rust crate jiff to v0.2.17#54

Merged
martinohmann merged 1 commit intomainfrom
renovate/jiff-0.x-lockfile
Jan 2, 2026
Merged

chore(deps): update rust crate jiff to v0.2.17#54
martinohmann merged 1 commit intomainfrom
renovate/jiff-0.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2026

This PR contains the following updates:

Package Type Update Change
jiff dependencies patch 0.2.160.2.17

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

BurntSushi/jiff (jiff)

v0.2.17

Compare Source

===================
This release contains binary size improvements to Jiff, more succinct error
messages and some new minor APIs.

While Jiff 1.0 is overdue, I've been doing a lot of experimenting with
improving Jiff's binary size and compile times. In particular, I want to spend
time doing this before Jiff 1.0 so that we don't box ourselves into a corner.
(For example, some binary size improvements may require minor API breaking
changes.)

In this release, Jiff has switched to structured error handling internally
in an effort to provide error predicates and also hopefully improve binary
sizes and compile times. Overall this didn't have as big of an impact on
binary sizes or compile times as I was hoping. I did take this opportunity to
make Jiff's error messages a bit more succinct. In many cases, this involved
de-duplicating some aspects of error messages and omitting user provided input
in the messages. If you feel like there is a significant decrease in error
message quality that isn't easily amended by callers providing additional
context themselves, please open an issue.

This release also updates Jiff's bundled copy of the [IANA Time Zone Database]
to 2025c. See the 2025c release announcement for more details.

Enhancements:

  • #​412:
    Add Display, FromStr, Serialize and Deserialize trait implementations
    for jiff::civil::ISOWeekDate. These all use the ISO 8601 week date format.
  • #​418:
    Add some basic predicates to jiff::Error for basic error introspection.
  • #​453,
    #​454:
    Switch to structured error handling internally.
  • #​456,
    #​457,
    #​458:
    Various improvements to binary size.

Configuration

📅 Schedule: Branch creation - "on the first day of the month" in timezone Europe/Berlin, 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the type/patch label Jan 1, 2026
@renovate renovate bot requested a review from martinohmann as a code owner January 1, 2026 08:49
@martinohmann martinohmann merged commit 1016c9f into main Jan 2, 2026
4 checks passed
@martinohmann martinohmann deleted the renovate/jiff-0.x-lockfile branch January 2, 2026 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant