Skip to content

Commit

Permalink
chore(deps): update rust crate jiff to v0.1.19 (#1783)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [jiff](https://redirect.github.com/BurntSushi/jiff) |
workspace.dependencies | patch | `0.1.18` -> `0.1.19` |

---

### Release Notes

<details>
<summary>BurntSushi/jiff (jiff)</summary>

###
[`v0.1.19`](https://redirect.github.com/BurntSushi/jiff/blob/HEAD/CHANGELOG.md#0119-2025-01-02)

[Compare
Source](https://redirect.github.com/BurntSushi/jiff/compare/0.1.18...0.1.19)

\===================
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:

- [#&#8203;130](https://redirect.github.com/BurntSushi/jiff/issues/130):
Document value ranges for methods like `year`, `day`, `hour` and so on.
- [#&#8203;187](https://redirect.github.com/BurntSushi/jiff/issues/187):
    Add a rounding API (for time units only) on `SignedDuration`.
- [#&#8203;190](https://redirect.github.com/BurntSushi/jiff/issues/190):
`Span` and `SignedDuration` now use uppercase unit designator labels in
their
    default ISO 8601 `Display` implementation.

Bug fixes:

- [#&#8203;155](https://redirect.github.com/BurntSushi/jiff/issues/155):
    Relax `strftime` format strings from ASCII-only to all of UTF-8.

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/spiraldb/vortex).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 1f8f98f commit 8c0a7af
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c0a7af

Please sign in to comment.