Skip to content

Commit bd117d7

Browse files
dependabot[bot]sjoerdsimons
authored andcommitted
Bump tokio-retry2 from 0.5.7 to 0.6.0
Bumps [tokio-retry2](https://github.com/naomijub/tokio-retry) from 0.5.7 to 0.6.0. - [Changelog](https://github.com/naomijub/tokio-retry/blob/main/CHANGELOG.md) - [Commits](https://github.com/naomijub/tokio-retry/commits) --- updated-dependencies: - dependency-name: tokio-retry2 dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 752bcc5 commit bd117d7

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ shell-words = "1.1"
2525
strum = { version = "0.27", features = ["derive"] }
2626
tempfile = "3.20"
2727
tokio = { version = "1.45", features = ["full"] }
28-
tokio-retry2 = { version = "0.5.7", features = ["jitter"] }
28+
tokio-retry2 = { version = "0.6.0", features = ["jitter"] }
2929
tokio-util = { version = "0.7", features = ["full"] }
3030
tracing = "0.1"
3131
tracing-error = "0.2"

0 commit comments

Comments
 (0)