Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps jiff from 0.2.13 to 0.2.14.

Changelog

Sourced from jiff's changelog.

0.2.14 (2025-05-20)

This release includes a smattering of bug fixes, and hopefully a small improvement to the time it takes to compile Jiff. Also, in this release, when TZ is set to a non-empty but invalid value, Jiff will always fall back to Etc/Unknown when using TimeZone::system(). This differs from previous behavior where Jiff would, in this case, attempt to read the system's default time zone. This change brings Jiff into consistency with existing Unix tooling like date, and is also arguably a better failure mode. That is, when TZ is set but invalid, we shouldn't silently fall back to the default system time zone, but instead do something that indicates something has potentially gone wrong.

Enhancements:

  • #364: Jiff now falls back to Etc/Unknown for invalid TZ values.
  • #379: Improve compilation times.

Bug fixes:

  • #365: Fixes a compile error in Jiff when only the tzdb-concatenated feature was enabled.
  • #366: Fixes slow initial Zoned::now() in environments where /usr/share/zoneinfo is on a very slow file system (like CI environments).
  • #376: Avoids searching for a tzdb at /usr/share/zoneinfo on Windows.
Commits
  • 8105228 0.2.14
  • 39b9903 changelog: 0.2.14
  • c0cfb23 test: add another scratch test for printing some interesting spans
  • ca06977 error: try to reduce amount of codegen by forcefully unlining error constructors
  • 08abead tz: fallback to Etc/Unknown when TZ is set to an invalid value
  • e22013e tz: don't search for tzdb at /usr/share/zoneinfo
  • c5c2320 ci: improve tzdb init times and tests
  • 0f9fdf8 tz: improve performance of initial Zoned::now()
  • 4e4939d jiff-icu: bump ICU4X to 2.0.0
  • e729efa jiff-icu: upgrade to ICU4X 2.0.0
  • 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.13 to 0.2.14.
- [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.13...jiff-static-0.2.14)

---
updated-dependencies:
- dependency-name: jiff
  dependency-version: 0.2.14
  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 May 26, 2025
@JSorngard JSorngard merged commit e5ca0f6 into main May 26, 2025
11 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/jiff-0.2.14 branch May 26, 2025 04:32
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.

2 participants