Skip to content

Commit ade994f

Browse files
chore(deps): bump chrono from 0.4.38 to 0.4.39 (#122)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.38 to 0.4.39. <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>Commits</summary> <ul> <li><a href="https://github.com/chronotope/chrono/commit/8b863490d88ba098038392c8aa930012ffd0c439"><code>8b86349</code></a> Bump version to 0.4.39</li> <li><a href="https://github.com/chronotope/chrono/commit/33aaebfc35794553960ed86f77a47d1d16fab988"><code>33aaebf</code></a> Update mod.rs</li> <li><a href="https://github.com/chronotope/chrono/commit/65c47f377d5e0a2505cbbff46c8eec5ff2a13da9"><code>65c47f3</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/chronotope/chrono/commit/ca8232ff4e51cd918b3a9d84bdca8c466ded3cdc"><code>ca8232f</code></a> Update licenses for unicode-ident 1.0.14</li> <li><a href="https://github.com/chronotope/chrono/commit/1456fa0977e054ae7bd893936a1cace2acc5d0e2"><code>1456fa0</code></a> Apply suggestions from clippy 1.83</li> <li><a href="https://github.com/chronotope/chrono/commit/1c7567b34d9f45c1a694add4424efa5718d1f9df"><code>1c7567b</code></a> Bump codecov/codecov-action from 4 to 5</li> <li><a href="https://github.com/chronotope/chrono/commit/f9ffd6fbde2a2dbc02d42afdcbec5da84ba4e1e0"><code>f9ffd6f</code></a> add <code>#[inline]</code> to <code>num_days</code></li> <li><a href="https://github.com/chronotope/chrono/commit/7974c60649351553e57727ea02f88b66f8835f0e"><code>7974c60</code></a> Fix comment.</li> <li><a href="https://github.com/chronotope/chrono/commit/77d50b1fc1e28d592346532620c07622da3aa5d7"><code>77d50b1</code></a> Fix typos</li> <li><a href="https://github.com/chronotope/chrono/commit/771c0477bf4fa3febc74f3c8cd8e7a25d9463a5c"><code>771c047</code></a> Use Formatter::pad (instead of write_str) for Weekdays</li> <li>Additional commits viewable in <a href="https://github.com/chronotope/chrono/compare/v0.4.38...v0.4.39">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.39)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72f1243 commit ade994f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ansi-to-tui = "7.0.0"
1717
async-trait = "0.1.83"
1818
bollard = { version = "0.18.1", features = ["ssl"] }
1919
byte-unit = { version = "5.1.6", features = ["byte"] }
20-
chrono = "0.4.38"
20+
chrono = "0.4.39"
2121
clap = { version = "4.5.23", features = ["derive"] }
2222
color-eyre = "0.6.3"
2323
crossterm = { version = "0.28", features = ["event-stream"] }

0 commit comments

Comments
 (0)