8000 chore(deps): update rust crate fundu to 0.5.1 by renovate[bot] · Pull Request #4810 · uutils/coreutils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): update rust crate fundu to 0.5.1 #4810

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented May 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
fundu workspace.dependencies patch 0.5.0 -> 0.5.1

Release Notes

Joining7943/fundu

v0.5.1

Compare Source

This version introduces a slight performance regression in favour of the new parse_multiple method.

Added
  • New method parse_multiple to parse multiple durations in the source string at once.
  • New method disable_infinity to disable parsing inf or infinity.
  • The new methods above make it possible to build a systemd time span parser as defined by systemd
  • An example for a fully functional systemd time span parser
Changed
  • Parsing infinity values was improved, so that time unit identifiers can now start with an i or in.
  • Running the benchmarks was improved, so that iai (feature = with-iai) and flamegraph
    (feature = with-flamegraph) benchmarks need to be activated via their features.
  • Make TimeUnit::multiplier method public
  • Make custom::Identifiers type public
Fixed
  • In the parser module an invocation of ParseError::TimeUnit error was pointing to a wrong
    position in the source string.
  • Use a workaround on s390x systems because parsing negative durations produced wrong results when
    using time::Duration::MIN.saturating_add. The source of this bug is maybe the time crate or
    rust itself.

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 has been generated by Mend Renovate. View repository job log here.

@cakebaker
Copy link
Contributor

Superseded by #4813

@cakebaker cakebaker closed this May 1, 2023
@renovate
Copy link
Contributor Author
renovate bot commented May 1, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.5.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/fundu-0.x branch May 1, 2023 14:17
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.

1 participant
0