chore: bump backoff from 0.3.0 to 0.4.0 (#21922)

Bumps [backoff](https://github.com/ihrwein/backoff) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/ihrwein/backoff/releases)
- [Commits](https://github.com/ihrwein/backoff/compare/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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-15 11:20:04 -07:00
committed by GitHub
parent 41dd31e5f4
commit 9797af6f85
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-storage-bigtable"
edition = "2021"
[dependencies]
backoff = { version = "0.3.0", features = ["tokio"] }
backoff = { version = "0.4.0", features = ["tokio"] }
bincode = "1.3.3"
bzip2 = "0.4.3"
enum-iterator = "0.7.0"