Skip to content

Update Rust crate jiff to 0.2.10 #8020

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

oxide-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
jiff workspace.dependencies patch 0.2.6 -> 0.2.10

Release Notes

BurntSushi/jiff (jiff)

v0.2.10

Compare Source

===================
This release includes a bug fix for parsing Tuesday when using %A via
Jiff's strptime APIs. Specifically, it would recognize Tueday instead of
Tuesday.

Bug fixes:

  • #​333:
    Fix typo in strptime parsing from Tueday to Tuesday.

v0.2.9

Compare Source

==================
This release includes a bug fix that, in debug mode, could result in datetime
types having different hashes for the same value. This could cause problems,
for example, if you are using datetimes as keys in a hash map. This problem
didn't exist when Jiff was compiled in release mode.

This release also improves the panic message shown when the js feature isn't
enabled and the current time is requested on wasm32-unknown-unknown targets.

Enhancements:

  • #​296:
    Provide a better panic message when Zoned::now() fails on WASM.

Bug fixes:

  • #​330:
    Fix bug where Hash on datetime types could yield different hash values for
    the same underlying date/time.

v0.2.8

Compare Source

==================
This release fixes a bug where the constructors on SignedDuration
for floating point durations could panic (in debug mode) or produce
incorrect results (in release mode). This bug only impacts users of
the try_from_secs_{f32,f64} and from_secs_{f32,f64} methods on
SignedDuration.

Enhancements:

  • #​326:
    Add an alternate Debug impl for SignedDuration that only shows its second
    and nanosecond components (while using only one component when the other is
    zero).

Bug fixes:

  • #​324:
    Fix a bug that could produce a panic or incorrect results in
    SignedDuration::(try_)?from_secs_{f32,f64}.

v0.2.7

Compare Source

==================
This release includes a bug fix that changes how an empty but set TZ
environment variable is interpreted (as indistinguishable from TZ=UTC).
This also includes a new enabled by default create feature, perf-inline,
which allows toggling Jiff's use of inline(always). This may help improve
compile times or decrease binary size.

Enhancements:

  • #​320:
    Remove some internal uses of generics to mildly improve compile times.
  • #​321:
    Add perf-inline crate feature for controlling inline(always) annotations.

Bug fixes:

  • #​311:
    Make TZ= indistinguishable from TZ=UTC.

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@oxide-renovate oxide-renovate bot added the dependencies Pull requests that update a dependency file label Apr 22, 2025
@oxide-renovate oxide-renovate bot force-pushed the renovate/jiff-0.x branch from e5f5783 to 0bf8106 Compare April 24, 2025 07:11
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