Commit f6fd3b8
authored
chore(deps): update rust crate jiff to v0.2.9 (#3060)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [jiff](https://redirect.github.com/BurntSushi/jiff) |
workspace.dependencies | patch | `0.2.8` -> `0.2.9` |
---
### Release Notes
<details>
<summary>BurntSushi/jiff (jiff)</summary>
###
[`v0.2.9`](https://redirect.github.com/BurntSushi/jiff/blob/HEAD/CHANGELOG.md#029-2025-04-19)
[Compare
Source](https://redirect.github.com/BurntSushi/jiff/compare/0.2.8...0.2.9)
\==================
This release includes a bug fix that, in debug mode, could result in
datetime
types having different hashes for the same value. This could cause
problems,
for example, if you are using datetimes as keys in a hash map. This
problem
didn't exist when Jiff was compiled in release mode.
This release also improves the panic message shown when the `js` feature
isn't
enabled and the current time is requested on `wasm32-unknown-unknown`
targets.
Enhancements:
- [#​296](https://redirect.github.com/BurntSushi/jiff/issues/296):
Provide a better panic message when `Zoned::now()` fails on WASM.
Bug fixes:
- [#​330](https://redirect.github.com/BurntSushi/jiff/issues/330):
Fix bug where `Hash` on datetime types could yield different hash values
for
the same underlying date/time.
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent df3146b commit f6fd3b8
1 file changed
+13
-13
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments