summaryrefslogtreecommitdiffstats
path: root/crates/common
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-21 09:35:51 +0000
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-21 13:46:15 +0200
commit18b4da386af427c9d02d5b83c30932fb02aa5e57 (patch)
tree89bb80c90bf253b1263ed4d70655b45d952a5e0a /crates/common
parentf94d022918b11837993506d67548062c0db82ce5 (diff)
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] <support@github.com>
Diffstat (limited to 'crates/common')
-rw-r--r--crates/common/download/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }