Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate jiff to v0.1.19 #1783

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2025

This PR contains the following updates:

Package Type Update Change
jiff workspace.dependencies patch 0.1.18 -> 0.1.19

Release Notes

BurntSushi/jiff (jiff)

v0.1.19

Compare Source

===================
This releases includes a UTF-8 related bug fix and a few enhancements.

Firstly, a Span's default Display implementation now writes uppercase
unit designator labels. That means you'll get P1Y2M3DT4H5M6S instead
of P1y2m3dT4h5m6s by default. You can restore previous behavior via
jiff::fmt::temporal::SpanPrinter::lowercase. This change was made to improve
interoperability.

Secondly, SignedDuration now supports rounding via SignedDuration::round.
Note that it only supports rounding time units (hours or smaller). In order to
round with calendar units, you'll still need to use a Span.

Enhancements:

  • #​130:
    Document value ranges for methods like year, day, hour and so on.
  • #​187:
    Add a rounding API (for time units only) on SignedDuration.
  • #​190:
    Span and SignedDuration now use uppercase unit designator labels in their
    default ISO 8601 Display implementation.

Bug fixes:

  • #​155:
    Relax strftime format strings from ASCII-only to all of UTF-8.

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.

🔕 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 enabled auto-merge (squash) January 2, 2025 16:36
@renovate renovate bot merged commit 8c0a7af into develop Jan 2, 2025
17 checks passed
@renovate renovate bot deleted the renovate/patch-all-patch-updates branch January 2, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants