Skip to content

chore(deps): update rust crate parse_datetime to 0.15.0#586

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/parse_datetime-0.x
Open

chore(deps): update rust crate parse_datetime to 0.15.0#586
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/parse_datetime-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
parse_datetime workspace.dependencies minor 0.11.00.15.0

Release Notes

uutils/parse_datetime (parse_datetime)

v0.15.0

Compare Source

parse_datetime v0.15.0 rolls up a round of dependency updates (jiff, winnow, codspeed, anyhow, defmt) and a new security-audit workflow, alongside GNU-date compatibility fixes: bare "ut"/"UT" now parse as UTC, HH:MM am/pm times work in combined date-time strings, negative unix timestamps use correct floor semantics, and fixed offsets are applied before relative adjustments

parse_datetime v0.15.0

What's Changed

Fixes
CI / Infrastructure
Dependency updates

New Contributors

Full Changelog: uutils/parse_datetime@0.15.0...v0.15.0

v0.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: uutils/parse_datetime@v0.13.3...v0.14.0

v0.13.3

Compare Source

This is a minor bugfix release. It fixes parsing of decimal offsets with spaces: now + 25.0 seconds is now recognized (previously only now + 25 seconds and now+25.0 seconds were accepted).

Thanks to @​3v1n0 for the fix!

What's Changed

  • relative: Support parsing floating relative values with spaces by @​3v1n0 in #​246

Dependencies

New Contributors

Full Changelog: uutils/parse_datetime@v0.13.2...v0.13.3

v0.13.2

Compare Source

This is a minor release that adds support for dates using the formats Nov-14-2024 and November-14-2024. They complement the already supported formats Nov 14 2024 and November 14 2024.

What's Changed

Dependencies

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

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: (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 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 872d806 to 0f22a7b Compare July 21, 2026 02:04
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