Skip to content

build(deps): bump jiff from 0.2.32 to 0.2.35 - #19

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/jiff-0.2.34
Closed

build(deps): bump jiff from 0.2.32 to 0.2.35#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/jiff-0.2.34

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps jiff from 0.2.32 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.
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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 20, 2026
@dependabot dependabot Bot changed the title Bump jiff from 0.2.32 to 0.2.34 chore(deps): bump jiff from 0.2.32 to 0.2.34 Jul 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/jiff-0.2.34 branch from 1148065 to 647708c Compare July 22, 2026 19:33
@dependabot dependabot Bot changed the title chore(deps): bump jiff from 0.2.32 to 0.2.34 build(deps): bump jiff from 0.2.32 to 0.2.35 Jul 26, 2026
Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.2.32 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.32...jiff-static-0.2.35)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/jiff-0.2.34 branch from 647708c to 7cd7adb Compare July 26, 2026 17:18
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Author

Superseded by #23.

@dependabot dependabot Bot closed this Jul 27, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/jiff-0.2.34 branch July 27, 2026 13:05
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