Bump backoff from 0.2.1 to 0.4.0

Bumps [backoff](https://github.com/ihrwein/backoff) from 0.2.1 to 0.4.0.
- [Release notes](https://github.com/ihrwein/backoff/releases)
- [Commits](https://github.com/ihrwein/backoff/compare/v0.2.1...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>
This commit is contained in:
dependabot[bot]
2023-01-20 09:27:20 +00:00
committed by Bastian Köcher
parent 76a84c6366
commit 341efe2b6a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ description = "Finality proofs relay"
[dependencies]
async-std = "1.6.5"
async-trait = "0.1"
backoff = "0.2"
backoff = "0.4"
bp-header-chain = { path = "../../primitives/header-chain" }
futures = "0.3.5"
log = "0.4.17"
+1 -1
View File
@@ -10,7 +10,7 @@ ansi_term = "0.12"
anyhow = "1.0"
async-std = "1.6.5"
async-trait = "0.1"
backoff = "0.2"
backoff = "0.4"
isahc = "1.2"
env_logger = "0.8.2"
futures = "0.3.5"