From 6c7206ad4d967ae7d38230c0f5195a6268e0a59c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:05:07 +0000 Subject: [PATCH] chore(deps): update rust crate jiff to v0.1.15 (#1514) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
BurntSushi/jiff (jiff) ### [`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. - [#​163](https://redirect.github.com/BurntSushi/jiff/issues/163): Fix a bug where Jiff would fail to parse some TZif files.
--- ### 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fc07940b6..eeb42470c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2445,12 +2445,12 @@ checksum = "540654e97a3f4470a492cd30ff187bc95d89557a903a2bbf112e2fae98104ef2" [[package]] name = "jiff" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d9d414fc817d3e3d62b2598616733f76c4cc74fbac96069674739b881295c8" +checksum = "db69f08d4fb10524cacdb074c10b296299d71274ddbc830a8ee65666867002e9" dependencies = [ "jiff-tzdb-platform", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -3511,7 +3511,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4244,7 +4244,7 @@ dependencies = [ "fastrand", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -5266,7 +5266,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]]