From 18b4da386af427c9d02d5b83c30932fb02aa5e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 09:35:51 +0000 Subject: Bump backoff from 0.3.0 to 0.4.0 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] --- crates/common/download/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/common') diff --git a/crates/common/download/Cargo.toml b/crates/common/download/Cargo.toml index 0c9b0f41..5f92636b 100644 --- a/crates/common/download/Cargo.toml +++ b/crates/common/download/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" description = "download_manager" [dependencies] -backoff = { version = "0.3", features = ["tokio"] } +backoff = { version = "0.4", features = ["tokio"] } log = "0.4" nix = "0.23" reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] } -- cgit v1.2.3