Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on jiff to permit the latest version.

Changelog

Sourced from jiff's changelog.

0.2.12 (2025-05-03)

This release fixes a couple bugs in Jiff's parser. In particular, a regression was introduced in jiff 0.2.11 where its RFC 2822 parser could panic on some inputs. Previous releases of Jiff are unaffected.

Bug fixes:

  • #357: Fix a bug where parsing 1970-06-01T00-00:45:00[Africa/Monrovia] succeeded but it should fail.
  • #359: Fix a bug where the RFC 2822 parser could panic on some inputs.

0.2.11 (2025-05-01)

This release includes new APIs for customizing Jiff's strtime behavior along with a few minor bug fixes. Jiff's strtime formatting API has also been optimized. It's about twice as fast as it was.

This release also coincides with the publication of jiff-icu 0.2.0-beta.2, which has support for icu 2.0.0-beta.2.

Enhancements:

  • #338: Add support for the %c, %r, %X and %x conversion specifiers.
  • #341: Add support for %q in jiff::fmt::strtime (prints quarter of year).
  • #342: Add support for %::z and %:::z in jiff::fmt::strtime.
  • #344: Add support for %N in jiff::fmt::strtime (alias for %9f).
  • #350: Add a "lenient" mode for strtime formatting APIs that ignores most errors.

Bug fixes:

  • #328: Document default precision behavior of Display impls for datetime types.
  • #340: Allow whitespace in more places in RFC 2822 parser (improves spec compliance).
  • #346: TimeZone::get("UTC") should now always return TimeZone::UTC.

Performance:

  • #338: Jiff's strftime APIs are now approximately twice as fast as they were.

... (truncated)

Commits
  • d6bae33 0.2.12
  • 016d0b1 fmt/rfc2822: fix panic in handling of whitespace
  • 3efed44 fmt/temporal: ensure that 1970-06-01T00-00:45:00[Africa/Monrovia] does not ...
  • b0512f4 jiff-icu: compatibility fixes
  • 11b286d jiff-icu-0.2.0-beta.2
  • 0d1cf19 0.2.11
  • 407180a changelog: 0.2.11
  • 2dc5b00 doc: fix typo in "formatting"
  • 3acc4f9 display: clarify default precision in Display impls
  • c9701c3 fmt/rfc2822: fix handling whitespace at comma and time separators
  • Additional commits viewable in compare view

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)

Updates the requirements on [jiff](https://github.com/BurntSushi/jiff) to permit the latest version.
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@0.1.13...jiff-static-0.2.12)

---
updated-dependencies:
- dependency-name: jiff
  dependency-version: 0.2.12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 5, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2025

Superseded by #93.

@dependabot dependabot bot closed this May 6, 2025
@dependabot dependabot bot deleted the dependabot/cargo/jiff-0.2.12 branch May 6, 2025 17:44
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