chore(deps): update rust crate parse_datetime to 0.10.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| parse_datetime | workspace.dependencies | minor | 0.9.0 -> 0.10.0 |
Release Notes
uutils/parse_datetime (parse_datetime)
v0.10.0
What's Changed
- Allow uppercase for words like "today", "next", etc. by @dan-hipschman in https://github.com/uutils/parse_datetime/pull/134
- Replace the regex parser with winnow-based parse by @yuankunzhang in https://github.com/uutils/parse_datetime/pull/137
- Code cleanup by @yuankunzhang in https://github.com/uutils/parse_datetime/pull/138
- Specify MSRV 1.71.1 by @yanganto in https://github.com/uutils/parse_datetime/pull/142
- Upgrade winnow to 0.7.10 by @yuankunzhang in https://github.com/uutils/parse_datetime/pull/141
- Fix/improve tests by @drinkcat in https://github.com/uutils/parse_datetime/pull/146
- fallible offset conversion by @yuankunzhang in https://github.com/uutils/parse_datetime/pull/145
Dependencies
- fix(deps): update rust crate chrono to v0.4.41 by @renovate in https://github.com/uutils/parse_datetime/pull/136
New Contributors
- @yuankunzhang made their first contribution in https://github.com/uutils/parse_datetime/pull/137
- @yanganto made their first contribution in https://github.com/uutils/parse_datetime/pull/142
- @drinkcat made their first contribution in https://github.com/uutils/parse_datetime/pull/146
Full Changelog: https://github.com/uutils/parse_datetime/compare/v0.9.0...v0.10.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.
GNU testsuite comparison:
GNU test failed: tests/date/date-next-dow. tests/date/date-next-dow is passing on 'main'. Maybe you have to rebase?
Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)
This misses the fuzz/Cargo.lock update, but also see https://github.com/uutils/parse_datetime/issues/151
GNU testsuite comparison:
GNU test failed: tests/date/date-next-dow. tests/date/date-next-dow is passing on 'main'. Maybe you have to rebase?
GNU testsuite comparison:
GNU test failed: tests/date/date-next-dow. tests/date/date-next-dow is passing on 'main'. Maybe you have to rebase?
Skipping an intermittent issue tests/misc/tee (passes in this run but fails in the 'main' branch)
GNU testsuite comparison:
Skip an intermittent issue tests/misc/tee (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/misc/stdbuf (passes in this run but fails in the 'main' branch)