Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate chrono to v0.4.39 (#1617)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono](https://redirect.github.com/chronotope/chrono) | workspace.dependencies | patch | `0.4.38` -> `0.4.39` | --- ### Release Notes <details> <summary>chronotope/chrono (chrono)</summary> ### [`v0.4.39`](https://redirect.github.com/chronotope/chrono/releases/tag/v0.4.39): 0.4.39 [Compare Source](https://redirect.github.com/chronotope/chrono/compare/v0.4.38...v0.4.39) #### What's Changed - [#​1577](https://redirect.github.com/chronotope/chrono/issues/1577): Changed years_since documentation to match its implementation by [@​Taxalo](https://redirect.github.com/Taxalo) in [https://github.com/chronotope/chrono/pull/1578](https://redirect.github.com/chronotope/chrono/pull/1578) - Remove obsolete weird feature guard by [@​djc](https://redirect.github.com/djc) in [https://github.com/chronotope/chrono/pull/1582](https://redirect.github.com/chronotope/chrono/pull/1582) - Fix format::strftime docs link by [@​frederikhors](https://redirect.github.com/frederikhors) in [https://github.com/chronotope/chrono/pull/1581](https://redirect.github.com/chronotope/chrono/pull/1581) - Fix micros (optional) limit in and_hms_micro_opt by [@​qrilka](https://redirect.github.com/qrilka) in [https://github.com/chronotope/chrono/pull/1584](https://redirect.github.com/chronotope/chrono/pull/1584) - Update windows-bindgen requirement from 0.56 to 0.57 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/chronotope/chrono/pull/1589](https://redirect.github.com/chronotope/chrono/pull/1589) - native/date: Improve DelayedFormat doc re Panics by [@​behnam-oneschema](https://redirect.github.com/behnam-oneschema) in [https://github.com/chronotope/chrono/pull/1590](https://redirect.github.com/chronotope/chrono/pull/1590) - Fix typo in rustdoc of `from_timestamp_nanos()` by [@​sgoll](https://redirect.github.com/sgoll) in [https://github.com/chronotope/chrono/pull/1591](https://redirect.github.com/chronotope/chrono/pull/1591) - Update windows-bindgen requirement from 0.57 to 0.58 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/chronotope/chrono/pull/1594](https://redirect.github.com/chronotope/chrono/pull/1594) - docs: document century cutoff for %y by [@​MarcoGorelli](https://redirect.github.com/MarcoGorelli) in [https://github.com/chronotope/chrono/pull/1598](https://redirect.github.com/chronotope/chrono/pull/1598) - Checked `NaiveWeek` methods by [@​bragov4ik](https://redirect.github.com/bragov4ik) in [https://github.com/chronotope/chrono/pull/1600](https://redirect.github.com/chronotope/chrono/pull/1600) - Impl serde::Serialize and serde::Deserialize for TimeDelta by [@​Awpteamoose](https://redirect.github.com/Awpteamoose) in [https://github.com/chronotope/chrono/pull/1599](https://redirect.github.com/chronotope/chrono/pull/1599) - Derive `PartialEq`,`Eq`,`Hash`,`Copy` and `Clone` on `NaiveWeek` by [@​DSeeLP](https://redirect.github.com/DSeeLP) in [https://github.com/chronotope/chrono/pull/1618](https://redirect.github.com/chronotope/chrono/pull/1618) - Support ohos tzdata since ver.oh35 by [@​MirageLyu](https://redirect.github.com/MirageLyu) in [https://github.com/chronotope/chrono/pull/1613](https://redirect.github.com/chronotope/chrono/pull/1613) - Use Formatter::pad (instead of write_str) for Weekdays by [@​horazont](https://redirect.github.com/horazont) in [https://github.com/chronotope/chrono/pull/1621](https://redirect.github.com/chronotope/chrono/pull/1621) - Fix typos by [@​szepeviktor](https://redirect.github.com/szepeviktor) in [https://github.com/chronotope/chrono/pull/1623](https://redirect.github.com/chronotope/chrono/pull/1623) - Fix comment. by [@​khuey](https://redirect.github.com/khuey) in [https://github.com/chronotope/chrono/pull/1624](https://redirect.github.com/chronotope/chrono/pull/1624) - chore: add `#[inline]` to `num_days` by [@​CommanderStorm](https://redirect.github.com/CommanderStorm) in [https://github.com/chronotope/chrono/pull/1627](https://redirect.github.com/chronotope/chrono/pull/1627) - fix typo by [@​futreall](https://redirect.github.com/futreall) in [https://github.com/chronotope/chrono/pull/1633](https://redirect.github.com/chronotope/chrono/pull/1633) - Update mod.rs by [@​donatik27](https://redirect.github.com/donatik27) in [https://github.com/chronotope/chrono/pull/1638](https://redirect.github.com/chronotope/chrono/pull/1638) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information