build(deps): bump jiff from 0.2.6 to 0.2.8 (#36515)

Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.2.6 to 0.2.8.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md">jiff's
changelog</a>.</em></p>
<blockquote>
<h1>0.2.8 (2025-04-13)</h1>
<p>This release fixes a bug where the constructors on
<code>SignedDuration</code>
for floating point durations could panic (in debug mode) or produce
incorrect results (in release mode). This bug only impacts users of
the <code>try_from_secs_{f32,f64}</code> and
<code>from_secs_{f32,f64}</code> methods on
<code>SignedDuration</code>.</p>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/pull/326">#326</a>:
Add an alternate <code>Debug</code> impl for <code>SignedDuration</code>
that only shows its second
and nanosecond components (while using only one component when the other
is
zero).</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/issues/324">#324</a>:
Fix a bug that could produce a panic or incorrect results in
<code>SignedDuration::(try_)?from_secs_{f32,f64}</code>.</li>
</ul>
<h1>0.2.7 (2025-04-13)</h1>
<p>This release includes a bug fix that changes how an empty but set
<code>TZ</code>
environment variable is interpreted (as indistinguishable from
<code>TZ=UTC</code>).
This also includes a new enabled by default create feature,
<code>perf-inline</code>,
which allows toggling Jiff's use of <code>inline(always)</code>. This
may help improve
compile times or decrease binary size.</p>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/pull/320">#320</a>:
Remove some internal uses of generics to mildly improve compile
times.</li>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/pull/321">#321</a>:
Add <code>perf-inline</code> crate feature for controlling
<code>inline(always)</code> annotations.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/issues/311">#311</a>:
Make <code>TZ=</code> indistinguishable from <code>TZ=UTC</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d27af19fe2"><code>d27af19</code></a>
0.2.8</li>
<li><a
href="d1921a8fb7"><code>d1921a8</code></a>
changelog: 0.2.8</li>
<li><a
href="093d6b9475"><code>093d6b9</code></a>
signed_duration: add alternate <code>Debug</code> implementation</li>
<li><a
href="c939baaea6"><code>c939baa</code></a>
signed_duration: fix panic in
<code>SignedDuration::try_from_secs_f64</code></li>
<li><a
href="3e32e71ac8"><code>3e32e71</code></a>
0.2.7</li>
<li><a
href="01e241431c"><code>01e2414</code></a>
changelog: 0.2.7</li>
<li><a
href="06b94b52ae"><code>06b94b5</code></a>
jiff-static: add <code>perf-inline</code> feature to
<code>jiff-static</code></li>
<li><a
href="cd4b25e0fb"><code>cd4b25e</code></a>
vim: remove most linked projects</li>
<li><a
href="058c317405"><code>058c317</code></a>
jiff-cli: re-generate <code>shared</code> code in
<code>jiff-static</code></li>
<li><a
href="32c4b9337c"><code>32c4b93</code></a>
changelog: add recent changes</li>
<li>Additional commits viewable in <a
href="https://github.com/BurntSushi/jiff/compare/jiff-static-0.2.6...jiff-static-0.2.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jiff&package-manager=cargo&previous-version=0.2.6&new-version=0.2.8)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-04-14 17:32:05 +00:00 committed by GitHub
parent aee06b1cf4
commit a1364a9538
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
Cargo.lock generated
View file

@ -4034,9 +4034,9 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jiff"
version = "0.2.6"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f33145a5cbea837164362c7bd596106eb7c5198f97d1ba6f6ebb3223952e488"
checksum = "e5ad87c89110f55e4cd4dc2893a9790820206729eaf221555f742d540b0724a0"
dependencies = [
"jiff-static",
"log",
@ -4047,9 +4047,9 @@ dependencies = [
[[package]]
name = "jiff-static"
version = "0.2.6"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43ce13c40ec6956157a3635d97a1ee2df323b263f09ea14165131289cb0f5c19"
checksum = "d076d5b64a7e2fe6f0743f02c43ca4a6725c0f904203bfe276a5b3e793103605"
dependencies = [
"proc-macro2",
"quote",