Skip to content

Bump jiff from 0.2.17 to 0.2.18#81

Merged
aquarhead merged 1 commit intomasterfrom
dependabot/cargo/jiff-0.2.18
Jan 12, 2026
Merged

Bump jiff from 0.2.17 to 0.2.18#81
aquarhead merged 1 commit intomasterfrom
dependabot/cargo/jiff-0.2.18

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps jiff from 0.2.17 to 0.2.18.

Changelog

Sourced from jiff's changelog.

0.2.18 (2026-01-05)

This release ships a sizeable refactor to the RFC 2822, RFC 9110, RC 3339, RFC 9557, ISO 8601 and friendly format printers. Specifically, they are now all monomorphic internally (instead of being generic over jiff::fmt::Write) and write to uninitialized buffers. This improves runtime performance (sometimes dramatically so), and to a more modest degree, decreases binary size and improves compile times.

This release also includes a bug fix where DateTime::MIN.to_zoned(..) could panic.

Enhancements:

  • #460: Improve runtime performance and binary size of RFC 2822 printer.
  • #461: Tweak behavior of printing min/max offsets in RFC 2822 and Temporal printers.
  • #462: Export fallible constructors for jiff::SignedDuration.
  • #465: Improve runtime performance and binary size of the "friendly" duration printer.
  • #468: Improve runtime performance and binary size of the Temporal ISO 8601 duration printer.
  • #470: Improve runtime performance and binary size of the Temporal ISO 8601 datetime printer.
  • #474: Improve runtime performance and binary size of Jiff's strftime implementation.
  • #477: Fix a bug where time zone lookups for civil::DateTime::MIN could panic.
Commits
  • 6508ba1 0.2.18
  • b3b0dfc changelog: 0.2.18
  • dbff146 tz: fix bug where time zone lookup for civil::DateTime::MIN could panic
  • 10a5f61 doc: update benchmarks against chrono and time
  • d8e765b fmt: use impl Into\<u64> for some routines on BorrowedBuffer
  • 79de86a fmt: improve SAFETY comments
  • 52ad94e fmt: use MaybeUninit::write in lieu of MaybeUninit::new
  • 1cc43ff doc: fix typo in SPAN_CIVIL_SECONDS comment
  • 6b72803 impl: avoid superfluous clone of RelativeZoned
  • 5eab8f0 changelog: add strftime improvement
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.2.17 to 0.2.18.
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.17...jiff-static-0.2.18)

---
updated-dependencies:
- dependency-name: jiff
  dependency-version: 0.2.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 12, 2026
@aquarhead aquarhead merged commit 914b8cc into master Jan 12, 2026
2 checks passed
@aquarhead aquarhead deleted the dependabot/cargo/jiff-0.2.18 branch January 12, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant