Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump jiff from 0.1.24 to 0.1.27 #529

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps jiff from 0.1.24 to 0.1.27.

Changelog

Sourced from jiff's changelog.

0.1.27 (2025-01-25)

This is a small release with a bug fix for precision loss in some cases when doing arithmetic on Timestamp or Zoned.

Bug fixes:

  • #223: Fix the check for fractional seconds before taking the fast path.

0.1.26 (2025-01-23)

This is a small release with another deprecation and a new API for doing prefix parsing via strptime. There's also a bug fix for a corner case when dealing with daylight saving time gaps with the Zoned::with API.

Deprecations:

  • #210: Deprecate ISOWeekDate::to_date in favor of ISOWeekDate::date.

Enhancements:

  • #209: Add fmt::strtime::BrokenDownTime::parse_prefix for parsing only a prefix.

Bug fixes:

  • #211: Fix unintuitive behavior of Zoned::with when time falls in a DST gap.

0.1.25 (2025-01-21)

This release contains a number of deprecations in preparation for a jiff 0.2 release. The deprecations are meant to facilitate a smoother transition. The deprecations, when possible, come with new APIs that will permit users to write forward compatible code that will work in both jiff 0.1 and jiff 0.2.

This release also includes a handful of new conversion specifiers in Jiff's strftime and strptime APIs. This improves compatibility with the analogous implementation with GNU libc.

Deprecations:

  • #28: The intz methods on Zoned, Timestamp, civil::DateTime and civil::Date have been deprecated in favor of in_tz.
  • #32:

... (truncated)

Commits
  • d31f0b5 0.1.27
  • 4a4fcd2 timestamp: fix precision loss in arithmetic
  • e343211 0.1.26
  • aa25d48 changelog: 0.1.26
  • f7676f4 fmt/strtime: expose prefix parsing
  • e493d89 zoned: fix OffsetConflict::PreferOffset handling in gaps
  • 94e8270 civil: to_date is deprecated, don't remove it yet!
  • a762e71 civil: remove uses of deprecated ISOWeekDate::to_date
  • 7222ced civil: deprecate ISOWeekDate::to_date() in favor of date()
  • 0edf9d7 0.1.25
  • 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.1.24 to 0.1.27.
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@0.1.24...0.1.27)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #533.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/cargo/jiff-0.1.27 branch February 3, 2025 08:59
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants