Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

This PR contains the following updates:

Package Type Update Change
parse_datetime workspace.dependencies minor 0.11.0 -> 0.13.0

Release Notes

uutils/parse_datetime (parse_datetime)

v0.13.1

Compare Source

This is a small bug fix release: a string like "1234.123456789 seconds ago" caused an invalid date error (see uutils/coreutils#8754). In addition, the unused regex dependency has been removed.

Thanks to @​yuankunzhang and @​stillbeingnick for their PRs!

What's Changed

New Contributors

Full Changelog: uutils/parse_datetime@v0.13.0...v0.13.1

v0.13.0

Compare Source

This is a small release to add a single feature: support for TZ="timezone" at the beginning of an input string.

Thanks to @​yuankunzhang for implementing it.

What's Changed

Dependencies

Full Changelog: uutils/parse_datetime@v0.12.0...v0.13.0

v0.12.0

Compare Source

Breaking change: we have migrated from chrono to jiff. Our parse functions now return a jiff::Zoned struct upon success. Additionally, parse_datetime_at_date now requires a jiff::Zoned struct as an argument.

A big thank you to @​yuankunzhang for all their work for this release!

What's Changed

Dependencies

New Contributors

Full Changelog: uutils/parse_datetime@v0.11.0...v0.12.0


Configuration

📅 Schedule: 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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/parse_datetime-0.x branch from d080c41 to c0ceb79 Compare September 25, 2025 20:43
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.13.1
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

@renovate renovate bot force-pushed the renovate/parse_datetime-0.x branch from c0ceb79 to 796d157 Compare September 26, 2025 15:59
@renovate renovate bot changed the title chore(deps): update rust crate parse_datetime to 0.12.0 chore(deps): update rust crate parse_datetime to 0.13.0 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/parse_datetime-0.x branch from 796d157 to 2a69918 Compare October 4, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants