From a25bfbea7fdd613bcb8d25524dc588bf450d7cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:29:40 +0000 Subject: [PATCH] Bump tokio-retry2 from 0.6.0 to 0.9.1 Bumps [tokio-retry2](https://github.com/naomijub/tokio-retry) from 0.6.0 to 0.9.1. - [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.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6971eb0..1162b85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1522,7 +1522,7 @@ dependencies = [ "tempfile", "thiserror 2.0.16", "tokio", - "tokio-retry2 0.6.0", + "tokio-retry2 0.9.1", "tokio-util", "tracing", "tracing-error", @@ -2510,9 +2510,9 @@ dependencies = [ [[package]] name = "tokio-retry2" -version = "0.6.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de2537bbad4f8b2d4237cdab9e7c4948a1f74744e45f54144eeccd05d3ad955" +checksum = "0266d56e57e6b29becbfce5daa6add8730941ca8192ddd7c24d25bf90c32a743" dependencies = [ "pin-project", "rand", diff --git a/Cargo.toml b/Cargo.toml index 5a66c3e..e3e4d20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ shell-words = "1.1" strum = { version = "0.27", features = ["derive"] } tempfile = "3.20" tokio = { version = "1.45", features = ["full"] } -tokio-retry2 = { version = "0.6.0", features = ["jitter"] } +tokio-retry2 = { version = "0.9.1", features = ["jitter"] } tokio-util = { version = "0.7", features = ["full"] } tracing = "0.1" tracing-error = "0.2"