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"