diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-08 17:14:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-08 17:14:33 +0000 |
commit | 44acdf0b82b502c144214ac0511c0d872efc6366 (patch) | |
tree | 2b902b97e97ece9b7aea046cbfd9e42cf47cea07 /components/script_bindings/codegen/CodegenRust.py | |
parent | 50fe1b17b5b25fabe487049698996168f91a416b (diff) | |
download | servo-44acdf0b82b502c144214ac0511c0d872efc6366.tar.gz servo-44acdf0b82b502c144214ac0511c0d872efc6366.zip |
build(deps): bump jiff from 0.2.5 to 0.2.6 (#36406)
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.2.5 to 0.2.6.
<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.6 (TBD)</h1>
<p>TODO</p>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/issues/315">#315</a>:
Add support for automatically finding the tzdb on Illumos.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/issues/305">#305</a>:
Fixed <code>Zoned</code> rounding on days with DST time zone
transitions.</li>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/issues/309">#309</a>:
Fixed bug where <code>TimeZone::preceding</code> could omit historical
time zone
transitions for time zones that have eliminated DST in the present.</li>
<li><a
href="https://redirect.github.com/BurntSushi/jiff/issues/312">#312</a>:
Fixed <code>nth_weekday_in_month</code>, where it would sometimes
incorrectly return an
error.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BurntSushi/jiff/commit/0bdb3b0207d4195768917d6455897cff140f5310"><code>0bdb3b0</code></a>
0.2.6</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/6c1cd0e1b0bc0ee3afea582f7d59d68e6bf8e404"><code>6c1cd0e</code></a>
changelog: 0.2.6</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/2bd714809041888684630b72ddf6f40fecef3bc7"><code>2bd7148</code></a>
tz: add <code>/usr/share/lib/zoneinfo</code></li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/7bbe21a6cba82decc1e02d36a5c3ffa2762a3523"><code>7bbe21a</code></a>
civil: fix <code>Date::nth_weekday_of_month</code></li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/f41d58644536228958af3978df7cc612bf48f36f"><code>f41d586</code></a>
shared: remove pointless <code>as_ref</code></li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/9aeb3f1328ead8ddee0671be38a2067313e4ff0a"><code>9aeb3f1</code></a>
changelog: add entry for <a
href="https://redirect.github.com/BurntSushi/jiff/issues/309">#309</a></li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/9259f79099671e199d22ee31317300f2cc5c44f5"><code>9259f79</code></a>
tz: fix retrieval of past time zone transitions for
<code>America/Sao_Paulo</code></li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/2b8402028716d0cf334fc4d64f74b96a81a3aa55"><code>2b84020</code></a>
zoned: fix rounding to "days" when near a time zone
transition</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/a22abc76174521993364e325d251b6b3d27bc2f0"><code>a22abc7</code></a>
bench: add benchmarks for constructing a timestamp type</li>
<li><a
href="https://github.com/BurntSushi/jiff/commit/ef5ee45a1b90cab2d5affae6323a878c151a786c"><code>ef5ee45</code></a>
span: avoid cloning when rounding</li>
<li>Additional commits viewable in <a
href="https://github.com/BurntSushi/jiff/compare/jiff-static-0.2.5...jiff-static-0.2.6">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'components/script_bindings/codegen/CodegenRust.py')
0 files changed, 0 insertions, 0 deletions