fix(deps): update rust crate chrono to v0.4.41 #73

Open
renovate-bot wants to merge 1 commit from renovate/chrono-0.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
chrono dependencies patch 0.4.38 -> 0.4.41

Release Notes

chronotope/chrono (chrono)

v0.4.41

Compare Source

What's Changed

v0.4.40: 0.4.40

Compare Source

What's Changed

v0.4.39: 0.4.39

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono](https://github.com/chronotope/chrono) | dependencies | patch | `0.4.38` -> `0.4.41` | --- ### Release Notes <details> <summary>chronotope/chrono (chrono)</summary> ### [`v0.4.41`](https://github.com/chronotope/chrono/releases/tag/v0.4.41) [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.40...v0.4.41) #### What's Changed - Add `subsec_micros` and `subsec_millis` methods to `TimeDelta` by [@&#8203;ggoetz](https://github.com/ggoetz) in [#&#8203;1668](https://github.com/chronotope/chrono/pull/1668) - Deprecate `NaiveDateTime::UNIX_EPOCH` by [@&#8203;robertbastian](https://github.com/robertbastian) in [#&#8203;1670](https://github.com/chronotope/chrono/pull/1670) - Implement `as_seconds_f32` and `as_seconds_f64` for `TimeDelta` by [@&#8203;ggoetz](https://github.com/ggoetz) in [#&#8203;1671](https://github.com/chronotope/chrono/pull/1671) - chore: fix some comments by [@&#8203;jimmycathy](https://github.com/jimmycathy) in [#&#8203;1677](https://github.com/chronotope/chrono/pull/1677) - Add `num_days_in_month` method to `Datelike` trait by [@&#8203;aslilac](https://github.com/aslilac) in [#&#8203;1673](https://github.com/chronotope/chrono/pull/1673) - add `WeekdaySet`, a collection of `Weekday` that is `Copy` by [@&#8203;Kinrany](https://github.com/Kinrany) in [#&#8203;1676](https://github.com/chronotope/chrono/pull/1676) - WeekdaySet tweaks by [@&#8203;djc](https://github.com/djc) in [#&#8203;1680](https://github.com/chronotope/chrono/pull/1680) - Upgrade to windows-bindgen 0.61 by [@&#8203;djc](https://github.com/djc) in [#&#8203;1682](https://github.com/chronotope/chrono/pull/1682) - Implemented a consistent Eq trait for NaiveWeek by [@&#8203;Splashling1789](https://github.com/Splashling1789) in [#&#8203;1687](https://github.com/chronotope/chrono/pull/1687) - TimeZone::from\_posix\_tz: Treat empty TZ variable as UTC by [@&#8203;drinkcat](https://github.com/drinkcat) in [#&#8203;1691](https://github.com/chronotope/chrono/pull/1691) - Add support for lossy format strings by [@&#8203;Qelxiros](https://github.com/Qelxiros) in [#&#8203;1693](https://github.com/chronotope/chrono/pull/1693) ### [`v0.4.40`](https://github.com/chronotope/chrono/releases/tag/v0.4.40): 0.4.40 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.39...v0.4.40) #### What's Changed - Add Month::num\_days() by [@&#8203;djc](https://github.com/djc) in [#&#8203;1645](https://github.com/chronotope/chrono/pull/1645) - Update Windows dependencies by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;1646](https://github.com/chronotope/chrono/pull/1646) - Feature/round\_up method on DurationRound trait by [@&#8203;MagnumTrader](https://github.com/MagnumTrader) in [#&#8203;1651](https://github.com/chronotope/chrono/pull/1651) - Expose `write_to` for `DelayedFormat` by [@&#8203;tugtugtug](https://github.com/tugtugtug) in [#&#8203;1654](https://github.com/chronotope/chrono/pull/1654) - Update LICENSE.txt by [@&#8203;maximevtush](https://github.com/maximevtush) in [#&#8203;1656](https://github.com/chronotope/chrono/pull/1656) - docs: fix minor typo by [@&#8203;samfolo](https://github.com/samfolo) in [#&#8203;1659](https://github.com/chronotope/chrono/pull/1659) - Use NaiveDateTime for internal tz\_info methods. by [@&#8203;AVee](https://github.com/AVee) in [#&#8203;1658](https://github.com/chronotope/chrono/pull/1658) - Upgrade to windows-bindgen 0.60 by [@&#8203;djc](https://github.com/djc) in [#&#8203;1665](https://github.com/chronotope/chrono/pull/1665) - Add quarter (%q) date string specifier by [@&#8203;drinkcat](https://github.com/drinkcat) in [#&#8203;1666](https://github.com/chronotope/chrono/pull/1666) ### [`v0.4.39`](https://github.com/chronotope/chrono/releases/tag/v0.4.39): 0.4.39 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.38...v0.4.39) #### What's Changed - [#&#8203;1577](https://github.com/chronotope/chrono/issues/1577): Changed years\_since documentation to match its implementation by [@&#8203;Taxalo](https://github.com/Taxalo) in [#&#8203;1578](https://github.com/chronotope/chrono/pull/1578) - Remove obsolete weird feature guard by [@&#8203;djc](https://github.com/djc) in [#&#8203;1582](https://github.com/chronotope/chrono/pull/1582) - Fix format::strftime docs link by [@&#8203;frederikhors](https://github.com/frederikhors) in [#&#8203;1581](https://github.com/chronotope/chrono/pull/1581) - Fix micros (optional) limit in and\_hms\_micro\_opt by [@&#8203;qrilka](https://github.com/qrilka) in [#&#8203;1584](https://github.com/chronotope/chrono/pull/1584) - Update windows-bindgen requirement from 0.56 to 0.57 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1589](https://github.com/chronotope/chrono/pull/1589) - native/date: Improve DelayedFormat doc re Panics by [@&#8203;behnam-oneschema](https://github.com/behnam-oneschema) in [#&#8203;1590](https://github.com/chronotope/chrono/pull/1590) - Fix typo in rustdoc of `from_timestamp_nanos()` by [@&#8203;sgoll](https://github.com/sgoll) in [#&#8203;1591](https://github.com/chronotope/chrono/pull/1591) - Update windows-bindgen requirement from 0.57 to 0.58 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1594](https://github.com/chronotope/chrono/pull/1594) - docs: document century cutoff for %y by [@&#8203;MarcoGorelli](https://github.com/MarcoGorelli) in [#&#8203;1598](https://github.com/chronotope/chrono/pull/1598) - Checked `NaiveWeek` methods by [@&#8203;bragov4ik](https://github.com/bragov4ik) in [#&#8203;1600](https://github.com/chronotope/chrono/pull/1600) - Impl serde::Serialize and serde::Deserialize for TimeDelta by [@&#8203;Awpteamoose](https://github.com/Awpteamoose) in [#&#8203;1599](https://github.com/chronotope/chrono/pull/1599) - Derive `PartialEq`,`Eq`,`Hash`,`Copy` and `Clone` on `NaiveWeek` by [@&#8203;DSeeLP](https://github.com/DSeeLP) in [#&#8203;1618](https://github.com/chronotope/chrono/pull/1618) - Support ohos tzdata since ver.oh35 by [@&#8203;MirageLyu](https://github.com/MirageLyu) in [#&#8203;1613](https://github.com/chronotope/chrono/pull/1613) - Use Formatter::pad (instead of write\_str) for Weekdays by [@&#8203;horazont](https://github.com/horazont) in [#&#8203;1621](https://github.com/chronotope/chrono/pull/1621) - Fix typos by [@&#8203;szepeviktor](https://github.com/szepeviktor) in [#&#8203;1623](https://github.com/chronotope/chrono/pull/1623) - Fix comment. by [@&#8203;khuey](https://github.com/khuey) in [#&#8203;1624](https://github.com/chronotope/chrono/pull/1624) - chore: add `#[inline]` to `num_days` by [@&#8203;CommanderStorm](https://github.com/CommanderStorm) in [#&#8203;1627](https://github.com/chronotope/chrono/pull/1627) - fix typo by [@&#8203;futreall](https://github.com/futreall) in [#&#8203;1633](https://github.com/chronotope/chrono/pull/1633) - Update mod.rs by [@&#8203;donatik27](https://github.com/donatik27) in [#&#8203;1638](https://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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi4yIiwidXBkYXRlZEluVmVyIjoiNDEuODIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot force-pushed renovate/chrono-0.x-lockfile from a56f2f7f2f to c8ab44d151 2025-03-17 05:15:03 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate chrono to v0.4.39 to fix(deps): update rust crate chrono to v0.4.40 2025-03-17 05:15:03 +05:30
renovate-bot force-pushed renovate/chrono-0.x-lockfile from c8ab44d151 to 1780d57556 2025-04-07 05:14:32 +05:30 Compare
renovate-bot force-pushed renovate/chrono-0.x-lockfile from 1780d57556 to 6910c9f740 2025-05-05 05:25:42 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate chrono to v0.4.40 to fix(deps): update rust crate chrono to v0.4.41 2025-05-05 05:25:42 +05:30
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/chrono-0.x-lockfile:renovate/chrono-0.x-lockfile
git switch renovate/chrono-0.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/chrono-0.x-lockfile
git switch renovate/chrono-0.x-lockfile
git rebase master
git switch master
git merge --ff-only renovate/chrono-0.x-lockfile
git switch renovate/chrono-0.x-lockfile
git rebase master
git switch master
git merge --no-ff renovate/chrono-0.x-lockfile
git switch master
git merge --squash renovate/chrono-0.x-lockfile
git switch master
git merge --ff-only renovate/chrono-0.x-lockfile
git switch master
git merge renovate/chrono-0.x-lockfile
git push origin master
Sign in to join this conversation.
No description provided.