Skip to content

build(deps): bump the jiff group across 1 directory with 3 updates - #4600

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

build(deps): bump the jiff group across 1 directory with 3 updates#4600
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/jiff-026b28aaee

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the jiff group with 2 updates in the / directory: jiff and jiff-tzdb.

Updates jiff from 0.2.28 to 0.2.35

Changelog

Sourced from jiff's changelog.

0.2.35 (2026-07-25)

This release fixes a bug in duration parsing where, e.g., -PT0.5S would be parsed as if the - sign didn't exist. This bug also affects friendly durations such as -0.5s.

Bug fixes:

  • #613: Fixes a bug where the sign in a duration could be ignored while parsing.

0.2.34 (2026-07-19)

This release contains a few small enhancements. Namely, some error messages for parsing datetime values have been improved by removing some redundant messaging. Additionally, the strftime APIs on datetime values can no longer panic. Instead, they'll silently pass through invalid formatting directives.

Enhancements:

  • #519: Improve some parsing error messages by removing redundancy.
  • #585: Change Timestamp::strftime (and similar methods) so that they will never panic.

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.

... (truncated)

Commits
  • 2584cff 0.2.35
  • 6d6a26d fmt: fix parsing of sign for fractional values
  • 7311a6a 0.2.34
  • 5682809 test: fixes for testing from released crates
  • cebda72 cargo: switch to a virtual manifest
  • 21be3de util: remove vestigial bounds error wrapper
  • 1f9cf9e error: tighten up some error messages
  • afc23a2 fmt: use lenient formatting mode for strftime APIs
  • ddd26a8 0.2.33
  • 4c480d9 scripts: allow unbound variables
  • Additional commits viewable in compare view

Updates jiff-static from 0.2.28 to 0.2.35

Changelog

Sourced from jiff-static's changelog.

0.2.35 (2026-07-25)

This release fixes a bug in duration parsing where, e.g., -PT0.5S would be parsed as if the - sign didn't exist. This bug also affects friendly durations such as -0.5s.

Bug fixes:

  • #613: Fixes a bug where the sign in a duration could be ignored while parsing.

0.2.34 (2026-07-19)

This release contains a few small enhancements. Namely, some error messages for parsing datetime values have been improved by removing some redundant messaging. Additionally, the strftime APIs on datetime values can no longer panic. Instead, they'll silently pass through invalid formatting directives.

Enhancements:

  • #519: Improve some parsing error messages by removing redundancy.
  • #585: Change Timestamp::strftime (and similar methods) so that they will never panic.

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.

... (truncated)

Commits
  • 2584cff 0.2.35
  • 6d6a26d fmt: fix parsing of sign for fractional values
  • 7311a6a 0.2.34
  • 5682809 test: fixes for testing from released crates
  • cebda72 cargo: switch to a virtual manifest
  • 21be3de util: remove vestigial bounds error wrapper
  • 1f9cf9e error: tighten up some error messages
  • afc23a2 fmt: use lenient formatting mode for strftime APIs
  • ddd26a8 0.2.33
  • 4c480d9 scripts: allow unbound variables
  • Additional commits viewable in compare view

Updates jiff-tzdb from 0.1.6 to 0.1.8

Changelog

Sourced from jiff-tzdb's changelog.

0.1.8 (2024-08-19)

This releases fixes a build error in Jiff's alloc-only configuration. This regression was introduced in jiff 0.1.6.

Bug fixes:

  • #108: Use core::time::Duration everywhere instead of std::time::Duration.

0.1.7 (2024-08-18)

This release relaxes Jiff's dependency on windows-sys to include multiple semver incompatible releases. The purpose of this relaxation is to enable Jiff to work with different versions of windows-sys in the hopes that this reduces the likelihood that multiple copies of windows-sys are included in your dependency tree.

Dependencies:

  • #106: Relax windows-sys dependency constraint to >=0.52.0, <=0.59.*.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 10, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 10, 2026 10:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 10, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 10, 2026 10:13
Bumps the jiff group with 2 updates in the / directory: [jiff](https://github.com/BurntSushi/jiff) and [jiff-tzdb](https://github.com/BurntSushi/jiff).


Updates `jiff` from 0.2.28 to 0.2.35
- [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.28...jiff-static-0.2.35)

Updates `jiff-static` from 0.2.28 to 0.2.35
- [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.28...jiff-static-0.2.35)

Updates `jiff-tzdb` from 0.1.6 to 0.1.8
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-tzdb-0.1.6...jiff-tzdb-0.1.8)

---
updated-dependencies:
- dependency-name: jiff
  dependency-version: 0.2.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jiff
- dependency-name: jiff-static
  dependency-version: 0.2.35
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: jiff
- dependency-name: jiff-tzdb
  dependency-version: 0.1.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: jiff
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the jiff group with 3 updates build(deps): bump the jiff group across 1 directory with 3 updates Aug 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/jiff-026b28aaee branch from ad63f01 to e1bcc30 Compare August 13, 2026 10:03
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.

0 participants