Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore(cargo)](deps): bump chrono from 0.4.31 to 0.4.32 (#526)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.32. <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>v0.4.32</h2> <h2>What's Changed</h2> <ul> <li>improve doc comment and tests for timestamp_nanos_opt by <a href="https://github.com/mlegner"><code>@mlegner</code></a> in <a href="https://github.com/chronotope/chrono/pull/1299">chronotope/chrono#1299</a></li> <li>Export <code>Archived*</code> types in <code>rkyv</code> module by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1304">chronotope/chrono#1304</a></li> <li>Switch to <code>doc_auto_cfg</code> by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1305">chronotope/chrono#1305</a></li> <li>duplicate derives on ArchivedT types (for rkyv feature) by <a href="https://github.com/Awpteamoose"><code>@Awpteamoose</code></a> in <a href="https://github.com/chronotope/chrono/pull/1271">chronotope/chrono#1271</a></li> <li>Deprecate standalone <code>format</code> functions by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1306">chronotope/chrono#1306</a></li> <li>Add benchmark for <code>DateTime::with_*</code> by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1309">chronotope/chrono#1309</a></li> <li>Don't let <code>unstable-locales</code> imply the <code>alloc</code> feature by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1307">chronotope/chrono#1307</a></li> <li>Remove <code>format::{format_localized, format_item_localized}</code> by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1311">chronotope/chrono#1311</a></li> <li>Add <code>NaiveTime::overflowing_(add|sub)_offset</code> by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1310">chronotope/chrono#1310</a></li> <li>Fix <code>*_DAYS_FROM_YEAR_0</code> calculation by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1312">chronotope/chrono#1312</a></li> <li>Add <code>NaiveDateTime::checked_(add|sub)_offset</code> by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1313">chronotope/chrono#1313</a></li> <li><code>(overflowing|checked)_(add|sub)_offset</code> implementations by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1069">chronotope/chrono#1069</a></li> <li>tests calling date command set env LC_ALL by <a href="https://github.com/jtmoon79"><code>@jtmoon79</code></a> in <a href="https://github.com/chronotope/chrono/pull/1315">chronotope/chrono#1315</a></li> <li>Update <code>deny.toml</code> by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1320">chronotope/chrono#1320</a></li> <li>Document panics in <code>Add</code>/<code>Sub</code> impls and use <code>expect</code> by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1316">chronotope/chrono#1316</a></li> <li>Fix panic in <code>TimeZone::from_local_datetime</code> by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1071">chronotope/chrono#1071</a></li> <li>Add <code>DateTime::to_utc</code> by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1325">chronotope/chrono#1325</a></li> <li>Fix out of range panics in <code>DateTime</code> getters and setters by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1317">chronotope/chrono#1317</a></li> <li>Inline <code>write_rfc2822_inner</code>, don't localize by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1322">chronotope/chrono#1322</a></li> <li>Documentation tweaks by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1274">chronotope/chrono#1274</a></li> <li>Remove unnecessary feature gate by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1329">chronotope/chrono#1329</a></li> <li>Fix quotes in docs.rs feature list by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1326">chronotope/chrono#1326</a></li> <li>Duration features part 1 by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1327">chronotope/chrono#1327</a></li> <li>Make methods on <code>NaiveDateTime</code> const where possible by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1286">chronotope/chrono#1286</a></li> <li>Fix <code>Duration::MIN.abs()</code> (adjust <code>Duration::MIN</code> by 1 millisecond) by <a href="https://github.com/pitdicker"><code>@pitdicker</code></a> in <a href="https://github.com/chronotope/chrono/pull/1334">chronotope/chrono#1334</a></li> <li>archive derive of PartialEq for rkyv - 0.4.x by <a href="https://github.com/mkatychev"><code>@mkatychev</code></a> in <a href="https://github.com/chronotope/chrono/pull/959">chronotope/chrono#959</a></li> <li>Bump actions/setup-node from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/chronotope/chrono/pull/1346">chronotope/chrono#1346</a></li> <li>test.yml remove errant <code>with: node-version</code> by <a href="https://github.com/jtmoon79"><code>@jtmoon79</code></a> in <a href="https://github.com/chronotope/chrono/pull/1352">chronotope/chrono#1352</a></li> <li>Bump MSRV to 1.60 by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://github.com/chronotope/chrono/pull/1347">chronotope/chrono#1347</a></li> <li>Split <code>clock</code> feature into <code>clock</code> and <code>now</code> by <a href="https://github.com/mmastrac"><code>@mmastrac</code></a> in <a href="https://github.com/chronotope/chrono/pull/1343">chronotope/chrono#1343</a></li> <li>Update windows-targets requirement from 0.48 to 0.52 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/chronotope/chrono/pull/1360">chronotope/chrono#1360</a></li> <li>Add From<!-- raw HTML omitted --> for NaiveDateTime by <a href="https://github.com/dcechano"><code>@dcechano</code></a> in <a href="https://github.com/chronotope/chrono/pull/1355">chronotope/chrono#1355</a></li> <li>Add from_timestamp_nanos by <a href="https://github.com/Ali-Mirghasemi"><code>@Ali-Mirghasemi</code></a> in <a href="https://github.com/chronotope/chrono/pull/1357">chronotope/chrono#1357</a></li> <li>Silence clippy lint for test code by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://github.com/chronotope/chrono/pull/1362">chronotope/chrono#1362</a></li> <li>Expose rkyv features as features for chrono users. by <a href="https://github.com/gz"><code>@gz</code></a> in <a href="https://github.com/chronotope/chrono/pull/1368">chronotope/chrono#1368</a></li> <li>docs: Improve deprecation of <code>TimeZone::datetime_from_str</code> by <a href="https://github.com/tmccombs"><code>@tmccombs</code></a> in <a href="https://github.com/chronotope/chrono/pull/1342">chronotope/chrono#1342</a></li> <li>Add Months::num_months() and num_years() by <a href="https://github.com/danwilliams"><code>@danwilliams</code></a> in <a href="https://github.com/chronotope/chrono/pull/1373">chronotope/chrono#1373</a></li> <li>CI Linting: Fix missing sources checkout in <code>toml</code> job. by <a href="https://github.com/gibbz00"><code>@gibbz00</code></a> in <a href="https://github.com/chronotope/chrono/pull/1371">chronotope/chrono#1371</a></li> <li>Add from_timestamp_millis to DateTime<!-- raw HTML omitted --> by <a href="https://github.com/xmakro"><code>@xmakro</code></a> in <a href="https://github.com/chronotope/chrono/pull/1374">chronotope/chrono#1374</a></li> <li>Fix typos in Datelike impl for DateTime by <a href="https://github.com/ElectrifyPro"><code>@ElectrifyPro</code></a> in <a href="https://github.com/chronotope/chrono/pull/1376">chronotope/chrono#1376</a></li> <li>Prepare 0.4.32 by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://github.com/chronotope/chrono/pull/1378">chronotope/chrono#1378</a></li> <li>Update windows-bindgen to 0.52 by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://github.com/chronotope/chrono/pull/1379">chronotope/chrono#1379</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.32">https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.32</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chronotope/chrono/commit/bf704191f2914a2db43abf6827a73cbe05864d57"><code>bf70419</code></a> 52</li> <li><a href="https://github.com/chronotope/chrono/commit/7757386368913e8df9a8505f9ef37c5868045a88"><code>7757386</code></a> Prepare 0.4.32 release</li> <li><a href="https://github.com/chronotope/chrono/commit/cee242a6565bffcc2a90c8566136c3b96491a821"><code>cee242a</code></a> Fix typos in Datelike impl for DateTime</li> <li><a href="https://github.com/chronotope/chrono/commit/6ec8f97d16ce320a6f948b1cd1494ed3a21b251f"><code>6ec8f97</code></a> Add from_timestamp_millis to DateTime<Utc> (<a href="https://github.com/chronotope/chrono/issues/1374">#1374</a>)</li> <li><a href="https://github.com/chronotope/chrono/commit/65f0cc2aa41800a93878dfbeb816b182cc027b1d"><code>65f0cc2</code></a> CI Linting: Fix missing sources checkout in <code>toml</code> job.</li> <li><a href="https://github.com/chronotope/chrono/commit/5536687c0d4dfae66130cc44c04e08d9f2797708"><code>5536687</code></a> Add Months::as_u32() (<a href="https://github.com/chronotope/chrono/issues/1373">#1373</a>)</li> <li><a href="https://github.com/chronotope/chrono/commit/6033afea6f6e986f8da8b58c1b363894ad2542a7"><code>6033afe</code></a> docs: Improve deprecation of <code>TimeZone::datetime_from_str</code></li> <li><a href="https://github.com/chronotope/chrono/commit/849932b09bdc58c508c0b6794fa474a9558d27ea"><code>849932b</code></a> Change the CI <code>--all-features</code> to an explicit list.</li> <li><a href="https://github.com/chronotope/chrono/commit/3f2282208674f01fc3cb2fde4ada38eaf91bcdc5"><code>3f22822</code></a> Expose rkyv features as features for chrono users.</li> <li><a href="https://github.com/chronotope/chrono/commit/d7b4a82027471896caa175b07918fe883a5bef58"><code>d7b4a82</code></a> Silence clippy lint for test code</li> <li>Additional commits viewable in <a href="https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.32">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.31&new-version=0.4.32)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information