Skip to content

Commit

Permalink
Bump backoff from 0.2.1 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [backoff](https://github.com/ihrwein/backoff) from 0.2.1 to 0.4.0.
- [Release notes](https://github.com/ihrwein/backoff/releases)
- [Commits](ihrwein/backoff@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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 20, 2023
1 parent d7dd3ac commit dab5d72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relays/finality/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion relays/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dab5d72

Please sign in to comment.