Skip to content

Commit

Permalink
chore(deps): update rust crate jiff to v0.1.15 (#1514)
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.14` -> `0.1.15` |

---

### Release Notes

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

###
[`v0.1.15`](https://redirect.github.com/BurntSushi/jiff/blob/HEAD/CHANGELOG.md#0115-2024-11-30)

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

\===================
This release fixes a bug where Jiff would sometimes fail to parse TZif
files
(found, typically, in `/usr/share/zoneinfo` on Unix systems). This
occurred
when the TZif file contained a time zone transition outside the range of
Jiff's
`Timestamp` type (which is `-9999-01-01` to `9999-12-31`). The bug fix
works by
clamping the out-of-range transitions to Jiff's supported range.

This bug only seems to occur in some environments where their TZif files
contain more extreme values than what is typically found.

- [#&#8203;163](https://redirect.github.com/BurntSushi/jiff/issues/163):
    Fix a bug where Jiff would fail to parse some TZif files.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent bbdb949 commit 6c7206a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

0 comments on commit 6c7206a

Please sign in to comment.