Skip to content

chore(deps): bump tokio-retry2 from 0.6.0 to 0.9.1#109

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tokio-retry2-0.9.1
Closed

chore(deps): bump tokio-retry2 from 0.6.0 to 0.9.1#109
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tokio-retry2-0.9.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 12, 2026

Bumps tokio-retry2 from 0.6.0 to 0.9.1.

Changelog

Sourced from tokio-retry2's changelog.

Verion 0.9.1 #26

Bugfix

  • Requires Notify trait to implement Send for multi-thread environments

Version 0.9.0 #24

Breaking

  • Enforces must_use for functions returning Self.
  • jitter_range now receives a Range<u32>, and previous jitter_range is now called jitter_with_bounds.
  • Improved RetryError::ToString

Feature

  • Includes LinearBackoff strategy.

Version 0.8.0 #22

  • Implemented Notify for Box<dyn Notify> to support trait objects.
  • Modified spawn_notify to accept generic Notify implementations.
  • Added EmptyNotify for default no-op behavior.
  • Exported Notify trait from library root.
  • Tighten clippy behaviour #23.

Version 0.7.0

Breaking

  • Increased minimum required version to 1.88.
  • Internal API change.
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.6.0 to 0.9.1.
- [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.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Updates to dependencies label Jan 12, 2026
@sjoerdsimons
Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 29, 2026

Looks like tokio-retry2 is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 29, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/tokio-retry2-0.9.1 branch March 29, 2026 13:00
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.

1 participant