Bump chrono from 0.4.38 to 0.4.40 in /backend #11

Merged
dependabot[bot] merged 1 commit from dependabot/cargo/backend/chrono-0.4.40 into main 2025-03-25 22:28:29 +00:00
dependabot[bot] commented 2025-03-24 23:00:02 +00:00 (Migrated from github.com)

Bumps chrono from 0.4.38 to 0.4.40.

Release notes

Sourced from chrono's releases.

0.4.40

What's Changed

0.4.39

What's Changed

Commits
  • 2b7a28e Bump version to 0.4.40
  • 6d29c8a Add quarter (%q) date string specifier
  • 07216ae Upgrade to windows-bindgen 0.60
  • bf1973c Use similar-asserts to show bindgen diff
  • d0f8b59 Restrict MSRV to check --lib
  • 1f345fd Switch to 2024 idiom
  • 7f6cf5e Switch to 2024 style
  • 11d227a Apply suggestions from clippy 1.85
  • 15e287b Use NaiveDateTime for internal tz_info methods. (#1658)
  • 8317e7c docs: fix minor typo
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.38 to 0.4.40. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chronotope/chrono/releases">chrono's releases</a>.</em></p> <blockquote> <h2>0.4.40</h2> <h2>What's Changed</h2> <ul> <li>Add Month::num_days() by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1645">chronotope/chrono#1645</a></li> <li>Update Windows dependencies by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1646">chronotope/chrono#1646</a></li> <li>Feature/round_up method on DurationRound trait by <a href="https://github.com/MagnumTrader"><code>@​MagnumTrader</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1651">chronotope/chrono#1651</a></li> <li>Expose <code>write_to</code> for <code>DelayedFormat</code> by <a href="https://github.com/tugtugtug"><code>@​tugtugtug</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1654">chronotope/chrono#1654</a></li> <li>Update LICENSE.txt by <a href="https://github.com/maximevtush"><code>@​maximevtush</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1656">chronotope/chrono#1656</a></li> <li>docs: fix minor typo by <a href="https://github.com/samfolo"><code>@​samfolo</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1659">chronotope/chrono#1659</a></li> <li>Use NaiveDateTime for internal tz_info methods. by <a href="https://github.com/AVee"><code>@​AVee</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1658">chronotope/chrono#1658</a></li> <li>Upgrade to windows-bindgen 0.60 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1665">chronotope/chrono#1665</a></li> <li>Add quarter (%q) date string specifier by <a href="https://github.com/drinkcat"><code>@​drinkcat</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1666">chronotope/chrono#1666</a></li> </ul> <h2>0.4.39</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/chronotope/chrono/issues/1577">#1577</a>: Changed years_since documentation to match its implementation by <a href="https://github.com/Taxalo"><code>@​Taxalo</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1578">chronotope/chrono#1578</a></li> <li>Remove obsolete weird feature guard by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1582">chronotope/chrono#1582</a></li> <li>Fix format::strftime docs link by <a href="https://github.com/frederikhors"><code>@​frederikhors</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1581">chronotope/chrono#1581</a></li> <li>Fix micros (optional) limit in and_hms_micro_opt by <a href="https://github.com/qrilka"><code>@​qrilka</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1584">chronotope/chrono#1584</a></li> <li>Update windows-bindgen requirement from 0.56 to 0.57 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1589">chronotope/chrono#1589</a></li> <li>native/date: Improve DelayedFormat doc re Panics by <a href="https://github.com/behnam-oneschema"><code>@​behnam-oneschema</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1590">chronotope/chrono#1590</a></li> <li>Fix typo in rustdoc of <code>from_timestamp_nanos()</code> by <a href="https://github.com/sgoll"><code>@​sgoll</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1591">chronotope/chrono#1591</a></li> <li>Update windows-bindgen requirement from 0.57 to 0.58 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1594">chronotope/chrono#1594</a></li> <li>docs: document century cutoff for %y by <a href="https://github.com/MarcoGorelli"><code>@​MarcoGorelli</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1598">chronotope/chrono#1598</a></li> <li>Checked <code>NaiveWeek</code> methods by <a href="https://github.com/bragov4ik"><code>@​bragov4ik</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1600">chronotope/chrono#1600</a></li> <li>Impl serde::Serialize and serde::Deserialize for TimeDelta by <a href="https://github.com/Awpteamoose"><code>@​Awpteamoose</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1599">chronotope/chrono#1599</a></li> <li>Derive <code>PartialEq</code>,<code>Eq</code>,<code>Hash</code>,<code>Copy</code> and <code>Clone</code> on <code>NaiveWeek</code> by <a href="https://github.com/DSeeLP"><code>@​DSeeLP</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1618">chronotope/chrono#1618</a></li> <li>Support ohos tzdata since ver.oh35 by <a href="https://github.com/MirageLyu"><code>@​MirageLyu</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1613">chronotope/chrono#1613</a></li> <li>Use Formatter::pad (instead of write_str) for Weekdays by <a href="https://github.com/horazont"><code>@​horazont</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1621">chronotope/chrono#1621</a></li> <li>Fix typos by <a href="https://github.com/szepeviktor"><code>@​szepeviktor</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1623">chronotope/chrono#1623</a></li> <li>Fix comment. by <a href="https://github.com/khuey"><code>@​khuey</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1624">chronotope/chrono#1624</a></li> <li>chore: add <code>#[inline]</code> to <code>num_days</code> by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1627">chronotope/chrono#1627</a></li> <li>fix typo by <a href="https://github.com/futreall"><code>@​futreall</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1633">chronotope/chrono#1633</a></li> <li>Update mod.rs by <a href="https://github.com/donatik27"><code>@​donatik27</code></a> in <a href="https://redirect.github.com/chronotope/chrono/pull/1638">chronotope/chrono#1638</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chronotope/chrono/commit/2b7a28ebe9c6be2d81579732f40ce14c8f5e104c"><code>2b7a28e</code></a> Bump version to 0.4.40</li> <li><a href="https://github.com/chronotope/chrono/commit/6d29c8abe7d202d329fad7e59e284f6ee79c15b1"><code>6d29c8a</code></a> Add quarter (%q) date string specifier</li> <li><a href="https://github.com/chronotope/chrono/commit/07216ae8fdc29073969920cb4957793dd47565e4"><code>07216ae</code></a> Upgrade to windows-bindgen 0.60</li> <li><a href="https://github.com/chronotope/chrono/commit/bf1973ccc776695b18ac28a9168a07e85c130eb1"><code>bf1973c</code></a> Use similar-asserts to show bindgen diff</li> <li><a href="https://github.com/chronotope/chrono/commit/d0f8b599b7bca43f2676611a97392fee4743ea78"><code>d0f8b59</code></a> Restrict MSRV to check --lib</li> <li><a href="https://github.com/chronotope/chrono/commit/1f345fd7f9ae4f3aa0b32775289e6791f34f9628"><code>1f345fd</code></a> Switch to 2024 idiom</li> <li><a href="https://github.com/chronotope/chrono/commit/7f6cf5e5048a4049c265938ce75c14714e7c142f"><code>7f6cf5e</code></a> Switch to 2024 style</li> <li><a href="https://github.com/chronotope/chrono/commit/11d227a22bf7a1818e5f32cc7076443d0e932976"><code>11d227a</code></a> Apply suggestions from clippy 1.85</li> <li><a href="https://github.com/chronotope/chrono/commit/15e287b4fbbf198de84ba50eaac478fcf34c9ea5"><code>15e287b</code></a> Use NaiveDateTime for internal tz_info methods. (<a href="https://redirect.github.com/chronotope/chrono/issues/1658">#1658</a>)</li> <li><a href="https://github.com/chronotope/chrono/commit/8317e7ca41ac2c1a2c7293673015b41aca05773d"><code>8317e7c</code></a> docs: fix minor typo</li> <li>Additional commits viewable in <a href="https://github.com/chronotope/chrono/compare/v0.4.38...v0.4.40">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chrono&package-manager=cargo&previous-version=0.4.38&new-version=0.4.40)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.
No description provided.