chore(deps): update rust crate time to v0.3.55 #155

Open
noplife wants to merge 1 commit from nop/time-0.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
time (source) dependencies patch 0.3.540.3.55

Release Notes

time-rs/time (time)

v0.3.55

Compare Source

Fixed
  • Avoid underflow in DateIter::nth, ensuring correct behavior.
  • Avoid overflow when deserializing timestamps.
  • Handle out-of-bounds data when deserializing.
  • Don't assume that the format being deserialized was generated by the serializer; this previously
    led to some valid values being parsed incorrectly and others being rejected.
  • No longer silence errors when deserializing UtcOffset.
  • OffsetDateTime::from_unix_timestamp_nanos and UtcDateTime::from_unix_timestamp_nanos correctly
    return None for all out-of-range values, rather than unexpectedly panicking in some situations.
  • OffsetDateTime::checked_to_offset and UtcDateTime::checked_to_offset correctly return None
    for all out-of-range values, rather than unexpectedly panicking in some situations.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [time](https://time-rs.github.io) ([source](https://github.com/time-rs/time)) | dependencies | patch | `0.3.54` → `0.3.55` | --- ### Release Notes <details> <summary>time-rs/time (time)</summary> ### [`v0.3.55`](https://github.com/time-rs/time/blob/HEAD/CHANGELOG.md#0355-2026-08-01) [Compare Source](https://github.com/time-rs/time/compare/v0.3.54...v0.3.55) ##### Fixed - Avoid underflow in `DateIter::nth`, ensuring correct behavior. - Avoid overflow when deserializing timestamps. - Handle out-of-bounds data when deserializing. - Don't assume that the format being deserialized was generated by the serializer; this previously led to some valid values being parsed incorrectly and others being rejected. - No longer silence errors when deserializing `UtcOffset`. - `OffsetDateTime::from_unix_timestamp_nanos` and `UtcDateTime::from_unix_timestamp_nanos` correctly return `None` for all out-of-range values, rather than unexpectedly panicking in some situations. - `OffsetDateTime::checked_to_offset` and `UtcDateTime::checked_to_offset` correctly return `None` for all out-of-range values, rather than unexpectedly panicking in some situations. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI4MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update rust crate time to v0.3.55
Some checks failed
Integration (privileged) / bench-smoke (pull_request) Successful in 3m28s
Integration (privileged) / device-tests (pull_request) Successful in 54s
CI / shear (pull_request) Successful in 4m26s
CI / deny (pull_request) Successful in 7m31s
CI / build-test (pull_request) Successful in 14m51s
Integration (privileged) / netem-comparison (pull_request) Failing after 15m6s
Coverage / coverage (pull_request) Failing after 18m23s
Integration (privileged) / netns-tunnel-test (pull_request) Failing after 14m32s
Integration (privileged) / dpi-undetectability (pull_request) Failing after 8m16s
39fdb22037
Some checks failed
Integration (privileged) / bench-smoke (pull_request) Successful in 3m28s
Integration (privileged) / device-tests (pull_request) Successful in 54s
CI / shear (pull_request) Successful in 4m26s
CI / deny (pull_request) Successful in 7m31s
CI / build-test (pull_request) Successful in 14m51s
Integration (privileged) / netem-comparison (pull_request) Failing after 15m6s
Coverage / coverage (pull_request) Failing after 18m23s
Integration (privileged) / netns-tunnel-test (pull_request) Failing after 14m32s
Integration (privileged) / dpi-undetectability (pull_request) Failing after 8m16s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin nop/time-0.x-lockfile:nop/time-0.x-lockfile
git switch nop/time-0.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff nop/time-0.x-lockfile
git switch nop/time-0.x-lockfile
git rebase main
git switch main
git merge --ff-only nop/time-0.x-lockfile
git switch nop/time-0.x-lockfile
git rebase main
git switch main
git merge --no-ff nop/time-0.x-lockfile
git switch main
git merge --squash nop/time-0.x-lockfile
git switch main
git merge --ff-only nop/time-0.x-lockfile
git switch main
git merge nop/time-0.x-lockfile
git push origin main
Sign in to join this conversation.
No description provided.