aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy_self_test
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-02 17:26:45 +0000
committerGitHub <noreply@github.com>2025-05-02 17:26:45 +0000
commitb1faf46bfc3d870caed0d5328d005c9a8a54b0c6 (patch)
treeac6beb846be3c9f5bca41389c73cfc6275d6e41a /python/tidy_self_test
parentfe01f3eaffe82a2d1e8bbb07369ee335d0eebbb4 (diff)
downloadservo-b1faf46bfc3d870caed0d5328d005c9a8a54b0c6.tar.gz
servo-b1faf46bfc3d870caed0d5328d005c9a8a54b0c6.zip
build(deps): bump jiff from 0.2.10 to 0.2.11 (#36815)
Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.2.10 to 0.2.11. <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.11 (2025-05-01)</h1> <p>This release includes new APIs for customizing Jiff's <code>strtime</code> behavior along with a few minor bug fixes. Jiff's <code>strtime</code> formatting API has also been optimized. It's about twice as fast as it was.</p> <p>This release also coincides with the publication of <code>jiff-icu 0.2.0-beta.2</code>, which has support for <code>icu 2.0.0-beta.2</code>.</p> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/BurntSushi/jiff/pull/338">#338</a>: Add support for the <code>%c</code>, <code>%r</code>, <code>%X</code> and <code>%x</code> conversion specifiers.</li> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/341">#341</a>: Add support for <code>%q</code> in <code>jiff::fmt::strtime</code> (prints quarter of year).</li> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/342">#342</a>: Add support for <code>%::z</code> and <code>%:::z</code> in <code>jiff::fmt::strtime</code>.</li> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/344">#344</a>: Add support for <code>%N</code> in <code>jiff::fmt::strtime</code> (alias for <code>%9f</code>).</li> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/350">#350</a>: Add a &quot;lenient&quot; mode for <code>strtime</code> formatting APIs that ignores most errors.</li> </ul> <p>Bug fixes:</p> <ul> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/328">#328</a>: Document default precision behavior of <code>Display</code> impls for datetime types.</li> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/340">#340</a>: Allow whitespace in more places in RFC 2822 parser (improves spec compliance).</li> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/346">#346</a>: <code>TimeZone::get(&quot;UTC&quot;)</code> should now always return <code>TimeZone::UTC</code>.</li> </ul> <p>Performance:</p> <ul> <li><a href="https://redirect.github.com/BurntSushi/jiff/pull/338">#338</a>: Jiff's <code>strftime</code> APIs are now approximately twice as fast as they were. Performance should be comparable to <code>chrono</code> and <code>time</code>'s prebuilt APIs.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BurntSushi/jiff/commit/0d1cf196a0bf5b3a925c574240dd947831a6ffce"><code>0d1cf19</code></a> 0.2.11</li> <li><a href="https://github.com/BurntSushi/jiff/commit/407180a4027d11c3f7326c7c81b20ea86d17b391"><code>407180a</code></a> changelog: 0.2.11</li> <li><a href="https://github.com/BurntSushi/jiff/commit/2dc5b00d2eadba45190081eede67c3848b28d95a"><code>2dc5b00</code></a> doc: fix typo in &quot;formatting&quot;</li> <li><a href="https://github.com/BurntSushi/jiff/commit/3acc4f9b601b7655136e39e30da485d6d1180850"><code>3acc4f9</code></a> display: clarify default precision in <code>Display</code> impls</li> <li><a href="https://github.com/BurntSushi/jiff/commit/c9701c3c94a6753e8cf217a232f03fbca5540351"><code>c9701c3</code></a> fmt/rfc2822: fix handling whitespace at comma and time separators</li> <li><a href="https://github.com/BurntSushi/jiff/commit/d395262c24e7821d05885c29059816048fe36344"><code>d395262</code></a> fmt/strtime: remove breadcrumbs comment</li> <li><a href="https://github.com/BurntSushi/jiff/commit/2f6602eedb2c239fc99d7b1db761d69667ca0878"><code>2f6602e</code></a> fmt/strtime: add &quot;lenient&quot; mode for <code>strtime</code> formatting APIs</li> <li><a href="https://github.com/BurntSushi/jiff/commit/9f3d5ebd2ffc8ef325cb3e2c2142df55d759d703"><code>9f3d5eb</code></a> fmt/strtime: add support for <code>%::z</code> and <code>%:::z</code></li> <li><a href="https://github.com/BurntSushi/jiff/commit/8860d97b0b2b17333e66954b7c8488f3de7041f6"><code>8860d97</code></a> fmt/strtime: use Temporal offset parser in <code>strptime</code></li> <li><a href="https://github.com/BurntSushi/jiff/commit/0957978baeff487ea4ec4dc3e4d09d522c6c3ec3"><code>0957978</code></a> fmt/strtime: add more <code>%z</code> and <code>%:z</code> tests</li> <li>Additional commits viewable in <a href="https://github.com/BurntSushi/jiff/compare/jiff-static-0.2.10...jiff-static-0.2.11">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.10&new-version=0.2.11)](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 'python/tidy_self_test')
0 files changed, 0 insertions, 0 deletions