mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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 "lenient" 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("UTC")</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="0d1cf196a0
"><code>0d1cf19</code></a> 0.2.11</li> <li><a href="407180a402
"><code>407180a</code></a> changelog: 0.2.11</li> <li><a href="2dc5b00d2e
"><code>2dc5b00</code></a> doc: fix typo in "formatting"</li> <li><a href="3acc4f9b60
"><code>3acc4f9</code></a> display: clarify default precision in <code>Display</code> impls</li> <li><a href="c9701c3c94
"><code>c9701c3</code></a> fmt/rfc2822: fix handling whitespace at comma and time separators</li> <li><a href="d395262c24
"><code>d395262</code></a> fmt/strtime: remove breadcrumbs comment</li> <li><a href="2f6602eedb
"><code>2f6602e</code></a> fmt/strtime: add "lenient" mode for <code>strtime</code> formatting APIs</li> <li><a href="9f3d5ebd2f
"><code>9f3d5eb</code></a> fmt/strtime: add support for <code>%::z</code> and <code>%:::z</code></li> <li><a href="8860d97b0b
"><code>8860d97</code></a> fmt/strtime: use Temporal offset parser in <code>strptime</code></li> <li><a href="0957978bae
"><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 /> [](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:
parent
fe01f3eaff
commit
b1faf46bfc
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -4025,9 +4025,9 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|||
|
||||
[[package]]
|
||||
name = "jiff"
|
||||
version = "0.2.10"
|
||||
version = "0.2.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
|
||||
checksum = "27e77966151130221b079bcec80f1f34a9e414fa489d99152a201c07fd2182bc"
|
||||
dependencies = [
|
||||
"jiff-static",
|
||||
"log",
|
||||
|
@ -4038,9 +4038,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jiff-static"
|
||||
version = "0.2.10"
|
||||
version = "0.2.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
|
||||
checksum = "97265751f8a9a4228476f2fc17874a9e7e70e96b893368e42619880fe143b48a"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue