Skip to content
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

chore: bump backoff from 0.3.0 to 0.4.0 #21922

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2021

Bumps backoff from 0.3.0 to 0.4.0.

Commits
  • 08f4e21 (cargo-release) version 0.4.0
  • b03b55d Merge pull request #48 from ihrwein/refact/transient-errors
  • 0bd4890 Merge pull request #49 from teozkr/feature/boxed-backoff
  • 34deb57 Implement Backoff for Box<B: Backoff>
  • c16a378 tests: add tests for creating errors
  • 113a0c5 feat: impl PartielEq for Error
  • 725b4a0 docs: update README with breaking changes
  • bface84 refact: introduce convenience functions to create transient errors
  • 472e9bd Merge pull request #46 from clux/master
  • 06ae595 Merge pull request #45 from jplatte/pin-project-lite
  • Additional commits viewable 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 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 [backoff](https://github.com/ihrwein/backoff) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/ihrwein/backoff/releases)
- [Commits](ihrwein/backoff@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: backoff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Dec 15, 2021
@codecov
Copy link

codecov bot commented Dec 15, 2021

Codecov Report

Merging #21922 (c9de795) into master (71b12b1) will increase coverage by 0.0%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #21922   +/-   ##
=======================================
  Coverage    81.2%    81.3%           
=======================================
  Files         516      516           
  Lines      144286   144286           
=======================================
+ Hits       117268   117317   +49     
+ Misses      27018    26969   -49     

@CriesofCarrots CriesofCarrots merged commit 9797af6 into master Dec 15, 2021
@dependabot dependabot bot deleted the dependabot/cargo/backoff-0.4.0 branch December 15, 2021 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant