Skip to content

⬆️ Bump parse_datetime from 0.14.0 to 0.15.0#3166

Merged
ChanTsune merged 2 commits into
mainfrom
dependabot/cargo/parse_datetime-0.15.0
Jul 9, 2026
Merged

⬆️ Bump parse_datetime from 0.14.0 to 0.15.0#3166
ChanTsune merged 2 commits into
mainfrom
dependabot/cargo/parse_datetime-0.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps parse_datetime from 0.14.0 to 0.15.0.

Release notes

Sourced from parse_datetime's releases.

v0.15.0

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

Commits
  • 7440dd9 docs: update crate description to reflect Zoned return type
  • e5b9263 chore(deps): update moonrepo/setup-rust action to v1
  • 16ce783 Add assertions for month and day in date parsing test
  • 62f26a4 tests: cover Display fractional-second formatting
  • 01687f3 Display: preserve fractional seconds when present
  • 3767622 ci: add fuzz_large_year target to CI workflow
  • 93f2eaf docs: add ExtendedDateTime usage example to README
  • 42233b0 Add large-year coverage to fuzz target
  • e9b8f7a Deduplicate test helpers using Display and expect_in_range
  • 22da570 Remove Item::Timestamp enum variant
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 6, 2026
@github-actions github-actions Bot added the cli This issue is about cli application label Jul 6, 2026
Bumps [parse_datetime](https://github.com/uutils/parse_datetime) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/uutils/parse_datetime/releases)
- [Commits](uutils/parse_datetime@v0.14.0...0.15.0)

---
updated-dependencies:
- dependency-name: parse_datetime
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/parse_datetime-0.15.0 branch from 53b48d9 to 01e9c0e Compare July 8, 2026 09:41
Add an inline parse_zoned helper to centralize parsing of zoned datetimes and map out-of-range results to DateTimeError::OutOfRange. Replace duplicate parse_datetime calls with parse_zoned and simplify epoch construction by using parsed.unix_epoch_second() and parsed.subsec_nanosecond() instead of manual nanosecond arithmetic and Euclidean division. This reduces duplication and clarifies error handling.
@ChanTsune ChanTsune merged commit 88f1aab into main Jul 9, 2026
109 checks passed
@ChanTsune ChanTsune deleted the dependabot/cargo/parse_datetime-0.15.0 branch July 9, 2026 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli This issue is about cli application dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant