Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

Bumps tokio-retry2 from 0.5.7 to 0.6.0.

Changelog

Sourced from tokio-retry2's changelog.

Version 0.6.0

  • Breaking change: Updated to edition 2024.

Version 0.5.6

  • Added ExponentialFactorBackoff, where the exponential value is the factor and not the duration.

Version 0.5.5

  • Include feature tracing to inform when a max_duration or max_delay has been reached.
  • Fixed bug that retry_after duration was not overwriting the strategy duration.
  • jitter ranges between 50% and 150% of initial duration.
  • Adds jitter_range for custom map jitter ranges.

Version 0.5.4

  • Exports MaxIntervalIterator as standard strategy struct.

Version 0.5.3

  • Documentation fix.
  • Fixes Transient duration behavior, overwriting original duration.

Version 0.5.2 @ #8

  • Add implicit conversion from Result<T, E> to RetryResult<T, E> a type enabled by feature to handle implicit type conversions from E to RetryError<E>::Transient. Same for Option<T>.
  • Adds PartialEq between Result<T, RetryError<E>> and RetryResult<T, E> for T and E bounded by PartialEq.
  • Cargo update.

Version 0.5.1 @ #7

#6

  • Adds MapErr trait to RetryError, that facilitates handling map_err in Result types, transforming them into Result<_, RetryError<_>>

Version 0.5.0 @ #5

  • Adds RetryError type inspired by backoff Error where user can define Errors as Transient and Permanent so it is possible to early exit a retry.

Version 0.4.0 @ #4

  • Adds Retry::spawn_notify to notify a retry with the associated Error and current Duration, PR #4.
  • Adds github actions removing obsolete travis.ci.
  • Bi-monthly runs CI checking for outdated dependencies.
  • Applies const to functions that can be const.
  • Adds linting defaults.
  • Optional jitter from @​fuzzbuck PR #26
  • Implements max_interval from @​pzmarzly PR #27
Commits

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 [tokio-retry2](https://github.com/naomijub/tokio-retry) from 0.5.7 to 0.6.0.
- [Changelog](https://github.com/naomijub/tokio-retry/blob/main/CHANGELOG.md)
- [Commits](https://github.com/naomijub/tokio-retry/commits)

---
updated-dependencies:
- dependency-name: tokio-retry2
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Updates to dependencies label Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates to dependencies
Development

Successfully merging this pull request may close these issues.

0 participants