Skip to content

⬆️ Bump parse_datetime from 0.13.2 to 0.13.3#2379

Merged
ChanTsune merged 1 commit into
mainfrom
dependabot/cargo/parse_datetime-0.13.3
Nov 24, 2025
Merged

⬆️ Bump parse_datetime from 0.13.2 to 0.13.3#2379
ChanTsune merged 1 commit into
mainfrom
dependabot/cargo/parse_datetime-0.13.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Bumps parse_datetime from 0.13.2 to 0.13.3.

Release notes

Sourced from parse_datetime's releases.

v0.13.3

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

Dependencies

New Contributors

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

Commits
  • 6462d41 Merge pull request #248 from cakebaker/bump_version_to_0_13_3
  • 92d095b chore: bump version to 0.13.3
  • ea143af Merge pull request #247 from cakebaker/bump_dependencies
  • 835e46e chore: update dependencies
  • 31b8e58 Merge pull request #246 from 3v1n0/fix-parsing-relative-times
  • 9de30f5 Merge pull request #245 from uutils/renovate/actions-checkout-6.x
  • d6ab892 relative: Add more tests for parsing signed values with spaces
  • 1e4fc30 relative: Support parsing floating relative values with spaces
  • 6ce151f chore(deps): update actions/checkout action to v6
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [parse_datetime](https://github.com/uutils/parse_datetime) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/uutils/parse_datetime/releases)
- [Commits](uutils/parse_datetime@v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: parse_datetime
  dependency-version: 0.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 24, 2025
@github-actions github-actions Bot added the cli This issue is about cli application label Nov 24, 2025
@ChanTsune ChanTsune merged commit 4fd8161 into main Nov 24, 2025
119 of 120 checks passed
@ChanTsune ChanTsune deleted the dependabot/cargo/parse_datetime-0.13.3 branch November 24, 2025 23:39
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