Skip to content

chore(deps): bump jiff from 0.2.29 to 0.2.33#188

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/jiff-0.2.33
Open

chore(deps): bump jiff from 0.2.29 to 0.2.33#188
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/jiff-0.2.33

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor

Bumps jiff from 0.2.29 to 0.2.33.

Changelog

Sourced from jiff's changelog.

0.2.33 (2026-07-18)

This release permits the use of a global time zone database in alloc-only environments. It also contains a massive internal refactor that introduces a new jiff-core crate for better code sharing.

Enhancements:

  • #285: Decouple naming of time zones from their TZif data.
  • #373: Add a new jiff-core crate for better code sharing.
  • #533: A bundled TimeZoneDatabase is now available when only alloc is enabled.

0.2.32 (2026-07-08)

This release updates Jiff's bundled copy of the [IANA Time Zone Database] to 2026c. See the 2026c release announcement for more details.

0.2.31 (2026-06-29)

This release fixes a minor bug in tests that prevents the crate from running through standard build processes in Linux distributions downstream.

  • #594: Fix imports in recently added tests.

0.2.30 (2026-06-29)

This release fixes a safety soundness bug in Jiff's lower level printing APIs. There is also a nice performance improvement to civil::Date::weekday, which also improves downstread routines like civil::Date::nth_weekday and datetime<-->timestamp conversions in some cases.

Enhancements:

  • #591: Improve the performance of weekday calculations from Gregorian dates by 30-50%.

Bug fixes:

  • #592: Fix safety soundness bug when using a non-empty String destination buffer with lower level printing APIs inside of jiff::fmt.
Commits
  • ddd26a8 0.2.33
  • 4c480d9 scripts: allow unbound variables
  • 496428e ci: clarify comment about ranged integers
  • c0b0d4b tz: remove TZif name jiff_core::tz::tzif::TimeZone
  • 336d1e4 core: add new crate for lower level datetie primitives
  • bf85b21 util: clean up the util::b module a bit
  • 73b24f4 scripts: ensure tags are pushed after publish
  • a1fede6 tz: return bundled tzdb from db() when std is unavailable
  • b99e34a tz: store bundled tzdb outside the database Arc
  • 17fcc55 release: add some shell scripts to automate parts of the release
  • 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 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.29 to 0.2.33.
- [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.29...jiff-static-0.2.33)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the skip-review Skip CodeRabbit auto-review label Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-review Skip CodeRabbit auto-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants