-
Notifications
You must be signed in to change notification settings - Fork 53
Commit 5f4cb45
authored
Bump chrono from 0.4.23 to 0.4.24 (#2539)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.23 to
0.4.24.
<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.24</h2>
<p>This is a small maintenance release with accumulated fixes and
improvements.</p>
<ul>
<li>Fix doc on <code>Days::new()</code> to refer to days, not months (<a
href="https://redirect.github.com/chronotope/chrono/issues/874">#874</a>,
thanks to <a
href="https://github.com/brotskydotcom"><code>@brotskydotcom</code></a>)</li>
<li>Clarify out of range value for <code>from_timestamp_opt()</code> (<a
href="https://redirect.github.com/chronotope/chrono/issues/879">#879</a>,
thanks to <a
href="https://github.com/xmo-odoo"><code>@xmo-odoo</code></a>)</li>
<li>Add <code>format_localized()</code> for <code>NaiveDate</code> (<a
href="https://redirect.github.com/chronotope/chrono/issues/881">#881</a>,
thanks to <a
href="https://github.com/mseele"><code>@mseele</code></a>)</li>
<li>Fix bug in <code>Add</code>/<code>Sub</code> <code>Days</code>, add
tests with DST timezone (<a
href="https://redirect.github.com/chronotope/chrono/issues/878">#878</a>)</li>
<li>Make <code>NaiveTime::MIN</code> public (<a
href="https://redirect.github.com/chronotope/chrono/issues/890">#890</a>)</li>
<li>Fix <code>from_timestamp_millis()</code> implementation and add more
tests (<a
href="https://redirect.github.com/chronotope/chrono/issues/885">#885</a>)</li>
<li>Fix typo in docstrings (<a
href="https://redirect.github.com/chronotope/chrono/issues/897">#897</a>,
thanks to <a
href="https://github.com/dandxy89"><code>@dandxy89</code></a>)</li>
<li>Add test proving that <a
href="https://redirect.github.com/chronotope/chrono/issues/903">#903</a>
is fixed in 0.4.x head (<a
href="https://redirect.github.com/chronotope/chrono/issues/905">#905</a>,
thanks to <a
href="https://github.com/umanwizard"><code>@umanwizard</code></a>)</li>
<li>Add <code>from_timestamp_micros()</code> function (<a
href="https://redirect.github.com/chronotope/chrono/issues/906">#906</a>,
thanks to <a
href="https://github.com/umanwizard"><code>@umanwizard</code></a>)</li>
<li>Check cargo-deny in CI (<a
href="https://redirect.github.com/chronotope/chrono/issues/909">#909</a>)</li>
<li>Derive <code>Hash</code> for most pub types that also derive
<code>PartialEq</code> (<a
href="https://redirect.github.com/chronotope/chrono/issues/938">#938</a>,
thanks to <a
href="https://github.com/bruceg"><code>@bruceg</code></a>)</li>
<li>Update deprecated methods in <code>from_utc()</code> example (<a
href="https://redirect.github.com/chronotope/chrono/issues/939">#939</a>,
thanks to <a
href="https://github.com/greg-el"><code>@greg-el</code></a>)</li>
<li>Fix panic in <code>DateTime::checked_add_days()</code> (<a
href="https://redirect.github.com/chronotope/chrono/issues/942">#942</a>,
thanks to <a
href="https://github.com/Ekleog"><code>@Ekleog</code></a>)</li>
<li>More documentation for dates before 1 BCE or after 9999 CE (<a
href="https://redirect.github.com/chronotope/chrono/issues/950">#950</a>,
thanks to <a
href="https://github.com/cgit"><code>@cgit</code></a>)</li>
<li>Improve <code>FixedOffset</code> docs (<a
href="https://redirect.github.com/chronotope/chrono/issues/953">#953</a>,
thanks to <a
href="https://github.com/klnusbaum"><code>@klnusbaum</code></a>)</li>
<li>Add chrono-fuzz to CI and update its libfuzzer-sys dependency (<a
href="https://redirect.github.com/chronotope/chrono/issues/968">#968</a>,
thanks to <a
href="https://github.com/LingMan"><code>@LingMan</code></a>)</li>
<li>Fixes to parsing and calculation of week numbers (<a
href="https://redirect.github.com/chronotope/chrono/issues/966">#966</a>,
thanks to <a
href="https://github.com/raphaelroosz"><code>@raphaelroosz</code></a>)</li>
<li>Make iana-time-zone a target specific dependency (<a
href="https://redirect.github.com/chronotope/chrono/issues/980">#980</a>,
thanks to <a
href="https://github.com/krtab"><code>@krtab</code></a>)</li>
<li>Make eligible functions <code>const</code> (<a
href="https://redirect.github.com/chronotope/chrono/issues/984">#984</a>,
thanks to <a
href="https://github.com/tormeh"><code>@tormeh</code></a>)</li>
</ul>
<p>Thanks to all contributors from the chrono team, <a
href="https://github.com/esheppa"><code>@esheppa</code></a> and <a
href="https://github.com/djc"><code>@djc</code></a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chronotope/chrono/commit/daa86a77d36d74f474913fd3b560a40f1424bd77"><code>daa86a7</code></a>
Check benchmarks in CI</li>
<li><a
href="https://github.com/chronotope/chrono/commit/b1e0963efc9544dee9e5b708e3abfea3e7eaa3d9"><code>b1e0963</code></a>
Bump rust-cache action to v2</li>
<li><a
href="https://github.com/chronotope/chrono/commit/64c5d7793a1a3e6ccbb2acc606b85f95830b7f83"><code>64c5d77</code></a>
Bump version to 0.4.24</li>
<li><a
href="https://github.com/chronotope/chrono/commit/f5c5ac452dc7095c6acec12a7e5278194132bc06"><code>f5c5ac4</code></a>
Make eligible functions const.</li>
<li><a
href="https://github.com/chronotope/chrono/commit/fb2f2596f56b690ddd5fc5e473fc8380418802a8"><code>fb2f259</code></a>
Make iana-time-zone a target specific dependency</li>
<li><a
href="https://github.com/chronotope/chrono/commit/cf2a2f95f7030860b0eda2b78eff968f1d7b4228"><code>cf2a2f9</code></a>
factor calculations to weeks_from function and add tests</li>
<li><a
href="https://github.com/chronotope/chrono/commit/8197700ccdbb77a355e47ef8f4d9720ef41ff564"><code>8197700</code></a>
apply same fix to parsing and add failing test cases as per issue <a
href="https://redirect.github.com/chronotope/chrono/issues/961">#961</a></li>
<li><a
href="https://github.com/chronotope/chrono/commit/a9b1ec412a6224020a2e9664a45974dcf71fdace"><code>a9b1ec4</code></a>
fix ordinal week calculation</li>
<li><a
href="https://github.com/chronotope/chrono/commit/f9f3c7857d31c1c2341a1ddee0e9447f81a61465"><code>f9f3c78</code></a>
Fix panic in DateTime::checked_add_days</li>
<li><a
href="https://github.com/chronotope/chrono/commit/cd0e3b008c1ea5c6835709ff72a1b76209f3831b"><code>cd0e3b0</code></a>
chrono-fuzz: Update libfuzzer-sys dependency from 0.3 to 0.4</li>
<li>Additional commits viewable in <a
href="https://github.com/chronotope/chrono/compare/v0.4.23...v0.4.24">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>1 parent e626c17 commit 5f4cb45Copy full SHA for 5f4cb45
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changed+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments