Skip to content

Commit dab5d72

Browse files
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](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]>
1 parent d7dd3ac commit dab5d72

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

relays/finality/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Finality proofs relay"
99
[dependencies]
1010
async-std = "1.6.5"
1111
async-trait = "0.1"
12-
backoff = "0.2"
12+
backoff = "0.4"
1313
bp-header-chain = { path = "../../primitives/header-chain" }
1414
futures = "0.3.5"
1515
log = "0.4.17"

relays/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ansi_term = "0.12"
1010
anyhow = "1.0"
1111
async-std = "1.6.5"
1212
async-trait = "0.1"
13-
backoff = "0.2"
13+
backoff = "0.4"
1414
isahc = "1.2"
1515
env_logger = "0.8.2"
1616
futures = "0.3.5"

0 commit comments

Comments
 (0)