dependabot[bot] opened a new pull request, #452: URL: https://github.com/apache/hudi-rs/pull/452
Updates the requirements on [chrono](https://github.com/chronotope/chrono) to permit the latest version. <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.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>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chronotope/chrono/blob/main/CHANGELOG.md">chrono's changelog</a>.</em></p> <blockquote> <h1>ChangeLog for Chrono</h1> <p>This documents notable changes to <a href="https://github.com/chronotope/chrono">Chrono</a> up to and including version 0.4.19. For later releases, please review the release notes on <a href="https://github.com/chronotope/chrono/releases">GitHub</a>.</p> <h2>0.4.19</h2> <ul> <li>Correct build on solaris/illumos</li> </ul> <h2>0.4.18</h2> <ul> <li>Restore support for x86_64-fortanix-unknown-sgx</li> </ul> <h2>0.4.17</h2> <ul> <li>Fix a name resolution error in wasm-bindgen code introduced by removing the dependency on time v0.1</li> </ul> <h2>0.4.16</h2> <h3>Features</h3> <ul> <li> <p>Add %Z specifier to the <code>FromStr</code>, similar to the glibc strptime (does not set the offset from the timezone name)</p> </li> <li> <p>Drop the dependency on time v0.1, which is deprecated, unless the <code>oldtime</code> feature is active. This feature is active by default in v0.4.16 for backwards compatibility, but will likely be removed in v0.5. Code that imports <code>time::Duration</code> should be switched to import <code>chrono::Duration</code> instead to avoid breakage.</p> </li> </ul> <h2>0.4.15</h2> <h3>Fixes</h3> <ul> <li>Correct usage of vec in specific feature combinations (<a href="https://github.com/quodlibetor"><code>@quodlibetor</code></a>)</li> </ul> <h2>0.4.14 <strong>YANKED</strong></h2> <h3>Features</h3> <ul> <li>Add day and week iterators for <code>NaiveDate</code> (<a href="https://github.com/gnzlbg"><code>@gnzlbg</code></a> & <a href="https://github.com/robyoung"><code>@robyoung</code></a>)</li> <li>Add a <code>Month</code> enum (<a href="https://github.com/hhamana"><code>@hhamana</code></a>)</li> <li>Add <code>locales</code>. All format functions can now use locales, see the documentation for the <code>unstable-locales</code> feature.</li> <li>Fix <code>Local.from_local_datetime</code> method for wasm</li> </ul> <h3>Improvements</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/chronotope/chrono/compare/v0.4.39...v0.4.39">compare view</a></li> </ul> </details> <br /> 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
