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)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/1170
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 12/9/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/chrono-0.4.39`
---
### 📝 Commits (1)
- [`e53944c`](https://github.com/LGUG2Z/komorebi/commit/e53944cb89826be5c459cf5c8d7da0eef0bb54ab) chore(deps): bump chrono from 0.4.38 to 0.4.39
### 📊 Changes
**1 file changed** (+3 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+3 -3)
</details>
### 📄 Description
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 />
[](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>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1170
Author: @dependabot[bot]
Created: 12/9/2024
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/chrono-0.4.39📝 Commits (1)
e53944cchore(deps): bump chrono from 0.4.38 to 0.4.39📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
Cargo.lock(+3 -3)📄 Description
Bumps chrono from 0.4.38 to 0.4.39.
Release notes
Sourced from chrono's releases.
Commits
8b86349Bump version to 0.4.3933aaebfUpdate mod.rs65c47f3Update CHANGELOG.mdca8232fUpdate licenses for unicode-ident 1.0.141456fa0Apply suggestions from clippy 1.831c7567bBump codecov/codecov-action from 4 to 5f9ffd6fadd#[inline]tonum_days7974c60Fix comment.77d50b1Fix typos771c047Use Formatter::pad (instead of write_str) for WeekdaysDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.